tar -xf HandBrake-0.9.5.tar.bz2 probe: host tuple...(pass) i686-pc-linux-gnu compute: available architectures...(pass) i686 find: ar...(pass) /usr/bin/ar find: cp...(pass) /usr/bin/cp find: curl...(pass) /usr/bin/curl find: gcc...(pass) /usr/bin/gcc find: gmake...(pass) /usr/bin/gmake find: m4...(pass) /usr/bin/m4 find: mkdir...(pass) /usr/bin/mkdir find: gpatch...(pass) /usr/bin/patch find: rm...(pass) /usr/bin/rm find: ranlib...(pass) /usr/bin/ranlib find: strip...(pass) /usr/bin/strip find: gtar...(pass) /usr/bin/tar find: wget...(pass) /usr/bin/wget find: yasm...(pass) /usr/bin/yasm find: xcodebuild...(fail) not found find: lipo...(fail) not found select: fetch...(pass) wget (/usr/bin/wget) compute: build tuple...(pass) i686-pc-linux-gnu probe: number of CPU cores...(pass) 2 probe: svn info...(fail) code 1 compute: project data...(pass) HandBrake (unofficial) compute: makevar SRC/ = .. compute: makevar BUILD/ = . compute: makevar PREFIX/ = /usr mkdir: ./build chdir: ./build write: GNUmakefile mkdir: project write: project/handbrake.m4 ------------------------------------------------------------------------------- Build is configured! You may now cd into ./build and run make (/usr/bin/gmake). /usr/bin/mkdir -p libhb/ /usr/bin/m4 -Iproject ../libhb/project.h.m4 > libhb/project.h /usr/bin/cp ../libhb/eedi2.h libhb/eedi2.h /usr/bin/cp ../libhb/hbffmpeg.h libhb/hbffmpeg.h /usr/bin/cp ../libhb/common.h libhb/common.h /usr/bin/cp ../libhb/ports.h libhb/ports.h /usr/bin/cp ../libhb/dvd.h libhb/dvd.h /usr/bin/cp ../libhb/downmix.h libhb/downmix.h /usr/bin/cp ../libhb/lang.h libhb/lang.h /usr/bin/cp ../libhb/internal.h libhb/internal.h /usr/bin/cp ../libhb/deccc608sub.h libhb/deccc608sub.h /usr/bin/cp ../libhb/hb.h libhb/hb.h /usr/bin/mkdir -p ../download/ /usr/bin/wget -O ../download/a52dec-0.7.4.tar.gz http://download.m0k.org/handbrake/contrib/a52dec-0.7.4.tar.gz --2011-03-13 17:06:46-- http://download.m0k.org/handbrake/contrib/a52dec-0.7.4.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 242978 (237K) [application/octet-stream] In »»../download/a52dec-0.7.4.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 21% 186K 1s 50K .......... .......... .......... .......... .......... 42% 707K 0s 100K .......... .......... .......... .......... .......... 63% 880K 0s 150K .......... .......... .......... .......... .......... 84% 1,31M 0s 200K .......... .......... .......... ....... 100% 1,29M=0,5s 2011-03-13 17:06:47 (514 KB/s) - »»../download/a52dec-0.7.4.tar.gz«« gespeichert [242978/242978] /usr/bin/mkdir -p contrib/a52dec/ /usr/bin/rm -fr ./contrib/a52dec/a52dec/ /usr/bin/tar xfC ../download/a52dec-0.7.4.tar.gz ./contrib/a52dec/ touch contrib/a52dec/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/a52dec/a52dec/ < ../contrib/a52dec/A00-dpl2.patch patching file include/a52.h patching file liba52/a52_internal.h patching file liba52/downmix.c touch contrib/a52dec/.stamp.patch set -e; cd ./contrib/a52dec/a52dec/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.in: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'. libtoolize: copying file `autotools/ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing liba52/Makefile.am: installing `autotools/depcomp' liba52/Makefile.am:1: `CFLAGS' is a user variable, you should not override it; liba52/Makefile.am:1: use `AM_CFLAGS' instead. src/Makefile.am:1: `CFLAGS' is a user variable, you should not override it; src/Makefile.am:1: use `AM_CFLAGS' instead. autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /usr/bin/gcc needs -traditional... no checking if /usr/bin/gcc supports -O3 flags... yes checking if /usr/bin/gcc supports -O3 -fomit-frame-pointer flags... yes checking if /usr/bin/gcc supports -O3 -fomit-frame-pointer -mcpu=pentiumpro flags... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no 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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for always_inline... yes checking for restrict... __restrict__ checking for size_t... yes checking whether byte ordering is bigendian... no checking for memalign... yes checking for gettimeofday... yes checking for ftime... yes checking return type of signal handlers... void checking for _oss_ioctl in -lossaudio... no checking __attribute__ ((aligned ())) support... 64 configure: creating ./config.status config.status: creating Makefile config.status: creating autotools/Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating liba52/Makefile config.status: creating libao/Makefile config.status: creating vc++/Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/a52dec/.stamp.configure make -C ./contrib/a52dec/a52dec/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' Making clean in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' rm -rf .libs _libs rm -f compare rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' Making clean in vc++ make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' rm -f a52dec extract_a52 rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' Making clean in libao make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' rm -rf .libs _libs test -z "libao.a" || rm -f libao.a rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' Making clean in liba52 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' test -z "liba52.la" || rm -f liba52.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' Making clean in autotools make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' /usr/bin/rm -f ./contrib/a52dec/.stamp.build make -C ./contrib/a52dec/a52dec/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' Making all in autotools make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' Making all in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' make all-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' Making all in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' Making all in liba52 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -prefer-non-pic -c -o bitstream.lo bitstream.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c bitstream.c -o bitstream.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -prefer-non-pic -c -o imdct.lo imdct.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c imdct.c -o imdct.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -prefer-non-pic -c -o bit_allocate.lo bit_allocate.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c bit_allocate.c -o bit_allocate.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -prefer-non-pic -c -o parse.lo parse.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c parse.c -o parse.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -prefer-non-pic -c -o downmix.lo downmix.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c downmix.c -o downmix.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -prefer-non-pic -no-undefined -o liba52.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm libtool: link: ar cru .libs/liba52.a bitstream.o imdct.o bit_allocate.o parse.o downmix.o libtool: link: ranlib .libs/liba52.a libtool: link: ( cd ".libs" && rm -f "liba52.la" && ln -s "../liba52.la" "liba52.la" ) make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' Making all in libao make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c float2s16.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_null.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_float.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_oss.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_solaris.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_al.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_win.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_wav.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_aif.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c audio_out_peak.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. rm -f libao.a ar cru libao.a audio_out.o float2s16.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o ranlib libao.a make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' Making all in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c a52dec.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c getopt.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c gettimeofday.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -o a52dec a52dec.o getopt.o gettimeofday.o ../liba52/liba52.la ../libao/libao.a libtool: link: /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -o a52dec a52dec.o getopt.o gettimeofday.o ../liba52/.libs/liba52.a -lm ../libao/libao.a /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c extract_a52.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -o extract_a52 extract_a52.o getopt.o libtool: link: /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -o extract_a52 extract_a52.o getopt.o make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' Making all in vc++ make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' Making all in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -O3 -fomit-frame-pointer -mcpu=pentiumpro -c compare.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -o compare compare.o -lm libtool: link: /usr/bin/gcc -O3 -fomit-frame-pointer -mcpu=pentiumpro -o compare compare.o -lm make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[2]: Für das Ziel »all-am« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' touch contrib/a52dec/.stamp.build /usr/bin/mkdir -p contrib/lib/ /usr/bin/mkdir -p contrib/include/ make -j 1 -C ./contrib/a52dec/a52dec/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' Making install in autotools make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/autotools' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/a52dec" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/a52dec" /usr/bin/ginstall -c -m 644 a52.h attributes.h audio_out.h mm_accel.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/a52dec' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/include' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/doc' Making install in liba52 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c liba52.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/liba52.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/liba52.la libtool: install: /usr/bin/ginstall -c .libs/liba52.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/liba52.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/liba52.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/liba52.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/liba52' Making install in libao make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/libao' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c a52dec extract_a52 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c a52dec /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/a52dec libtool: install: /usr/bin/ginstall -c extract_a52 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/extract_a52 test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 a52dec.1 extract_a52.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/src' Making install in vc++ make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/vc++' Making install in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec/test' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/a52dec/a52dec' touch contrib/a52dec/.stamp.install /usr/bin/wget -O ../download/faac-1.28.tar.gz http://download.m0k.org/handbrake/contrib/faac-1.28.tar.gz --2011-03-13 17:07:25-- http://download.m0k.org/handbrake/contrib/faac-1.28.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 678891 (663K) [application/octet-stream] In »»../download/faac-1.28.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 7% 246K 2s 50K .......... .......... .......... .......... .......... 15% 686K 2s 100K .......... .......... .......... .......... .......... 22% 770K 1s 150K .......... .......... .......... .......... .......... 30% 1,32M 1s 200K .......... .......... .......... .......... .......... 37% 1,29M 1s 250K .......... .......... .......... .......... .......... 45% 1,31M 1s 300K .......... .......... .......... .......... .......... 52% 1,28M 0s 350K .......... .......... .......... .......... .......... 60% 1,32M 0s 400K .......... .......... .......... .......... .......... 67% 1,35M 0s 450K .......... .......... .......... .......... .......... 75% 1,33M 0s 500K .......... .......... .......... .......... .......... 82% 1,29M 0s 550K .......... .......... .......... .......... .......... 90% 1,33M 0s 600K .......... .......... .......... .......... .......... 98% 518K 0s 650K .......... .. 100% 24756G=0,8s 2011-03-13 17:07:26 (858 KB/s) - »»../download/faac-1.28.tar.gz«« gespeichert [678891/678891] /usr/bin/mkdir -p contrib/faac/ /usr/bin/rm -fr ./contrib/faac/faac-1.28/ /usr/bin/tar xfC ../download/faac-1.28.tar.gz ./contrib/faac/ touch contrib/faac/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/faac/faac-1.28/ < ../contrib/faac/A00-bitrates.patch patching file libfaac/frame.c touch contrib/faac/.stamp.patch set -e; cd ./contrib/faac/faac-1.28/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --without-mp4v2 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for int32_t... yes checking for int16_t... yes checking whether strcasecmp is declared... yes checking for getopt_long in -lgnugetopt... no checking whether MP4Create is declared... yes checking for MP4MetadataDelete in -lmp4v2... yes checking whether MP4MetadataDelete is declared... yes checking for MP4MetadataDelete in -lmp4v2... (cached) yes configure: *** Building with external mp4v2 *** checking whether byte ordering is bigendian... no checking for ANSI C header files... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking mathf.h usability... no checking mathf.h presence... no checking for mathf.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking whether strchr is declared... yes checking whether memcpy is declared... yes checking whether strsep is declared... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for off_t... yes checking for in_port_t... yes checking for socklen_t... yes checking for fpos_t.__pos... yes configure: creating ./config.status config.status: creating common/Makefile config.status: creating common/mp4v2/Makefile config.status: creating libfaac/Makefile config.status: creating frontend/Makefile config.status: creating include/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands touch contrib/faac/.stamp.configure make -C ./contrib/faac/faac-1.28/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' Making clean in frontend make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' rm -f faac faac rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' Making clean in common make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' Making clean in libfaac make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' test -z "libfaac.la" || rm -f libfaac.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' /usr/bin/rm -f ./contrib/faac/.stamp.build make -C ./contrib/faac/faac-1.28/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' Making all in libfaac make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o aacquant.lo aacquant.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c aacquant.c -o aacquant.o huffman.h:63:12: warning: 'CalculateEscSequence' declared 'static' but never defined /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o bitstream.lo bitstream.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c bitstream.c -o bitstream.o huffman.h:63:12: warning: 'CalculateEscSequence' declared 'static' but never defined /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o fft.lo fft.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c fft.c -o fft.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o frame.lo frame.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c frame.c -o frame.o huffman.h:63:12: warning: 'CalculateEscSequence' declared 'static' but never defined /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o midside.lo midside.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c midside.c -o midside.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o psychkni.lo psychkni.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c psychkni.c -o psychkni.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o util.lo util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c util.c -o util.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o backpred.lo backpred.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c backpred.c -o backpred.o backpred.c: In function 'PredCalcPrediction': backpred.c:57:9: warning: 'leftChanNum' may be used uninitialized in this function /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o channels.lo channels.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c channels.c -o channels.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o filtbank.lo filtbank.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c filtbank.c -o filtbank.o filtbank.c: In function 'FilterBank': filtbank.c:100:23: warning: 'first_window' may be used uninitialized in this function filtbank.c:100:38: warning: 'second_window' may be used uninitialized in this function /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o huffman.lo huffman.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c huffman.c -o huffman.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o ltp.lo ltp.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c ltp.c -o ltp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c -o tns.lo tns.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c tns.c -o tns.o tns.c:40:22: warning: 'tnsSupportedSamplingRates' defined but not used /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -Wall -o libfaac.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib aacquant.lo bitstream.lo fft.lo frame.lo midside.lo psychkni.lo util.lo backpred.lo channels.lo filtbank.lo huffman.lo ltp.lo tns.lo -lm mkdir .libs ar cru .libs/libfaac.a aacquant.o bitstream.o fft.o frame.o midside.o psychkni.o util.o backpred.o channels.o filtbank.o huffman.o ltp.o tns.o ranlib .libs/libfaac.a creating libfaac.la (cd .libs && rm -f libfaac.la && ln -s ../libfaac.la libfaac.la) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' Making all in common make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' Making all in frontend make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c main.c main.c: In Funktion »main«: main.c:409:9: Warnung: Variable »optimizeFlag« wird nicht verwendet /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -Wall -c input.c input.c: In Funktion »wav_read_float32«: input.c:286:9: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln input.c:290:9: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln input.c:315:11: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln input.c:322:11: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln input.c:358:11: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln input.c:363:11: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln input.c: In Funktion »wav_read_int24«: input.c:390:8: Warnung: Zeigerziele in Zuweisung unterscheiden sich im Vorzeichenbesitz /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O2 -Wall -o faac main.o input.o ../libfaac/libfaac.la -lm mkdir .libs /usr/bin/gcc -O2 -Wall -o faac main.o input.o ../libfaac/.libs/libfaac.a -lm make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' touch contrib/faac/.stamp.build make -j 1 -C ./contrib/faac/faac-1.28/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" /usr/bin/ginstall -c -m 644 'faac.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/faac.h' /usr/bin/ginstall -c -m 644 'faaccfg.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/faaccfg.h' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/include' Making install in libfaac make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'libfaac.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaac.la' /usr/bin/ginstall -c .libs/libfaac.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaac.la /usr/bin/ginstall -c .libs/libfaac.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaac.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaac.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaac.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/libfaac' Making install in common make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/common' Making install in frontend make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'faac' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/faac' /usr/bin/ginstall -c faac /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/faac test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1" /usr/bin/ginstall -c -m 644 './../docs/faac.1' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1/faac.1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28/frontend' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faac/faac-1.28' touch contrib/faac/.stamp.install /usr/bin/wget -O ../download/faad2-2.7.tar.gz http://download.m0k.org/handbrake/contrib/faad2-2.7.tar.gz --2011-03-13 17:07:56-- http://download.m0k.org/handbrake/contrib/faad2-2.7.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1137407 (1,1M) [application/octet-stream] In »»../download/faad2-2.7.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 4% 260K 4s 50K .......... .......... .......... .......... .......... 9% 701K 3s 100K .......... .......... .......... .......... .......... 13% 836K 2s 150K .......... .......... .......... .......... .......... 18% 1,07M 2s 200K .......... .......... .......... .......... .......... 22% 1,35M 1s 250K .......... .......... .......... .......... .......... 27% 1,32M 1s 300K .......... .......... .......... .......... .......... 31% 1,33M 1s 350K .......... .......... .......... .......... .......... 36% 1,32M 1s 400K .......... .......... .......... .......... .......... 40% 1,31M 1s 450K .......... .......... .......... .......... .......... 45% 1,32M 1s 500K .......... .......... .......... .......... .......... 49% 1,34M 1s 550K .......... .......... .......... .......... .......... 54% 1,31M 1s 600K .......... .......... .......... .......... .......... 58% 1,31M 0s 650K .......... .......... .......... .......... .......... 63% 1,28M 0s 700K .......... .......... .......... .......... .......... 67% 1,33M 0s 750K .......... .......... .......... .......... .......... 72% 194K 0s 800K .......... .......... .......... .......... .......... 76% 8,23M 0s 850K .......... .......... .......... .......... .......... 81% 18,9M 0s 900K .......... .......... .......... .......... .......... 85% 94,7M 0s 950K .......... .......... .......... .......... .......... 90% 64,5M 0s 1000K .......... .......... .......... .......... .......... 94% 81,9M 0s 1050K .......... .......... .......... .......... .......... 99% 107M 0s 1100K .......... 100% 20502G=1,0s 2011-03-13 17:07:57 (1,04 MB/s) - »»../download/faad2-2.7.tar.gz«« gespeichert [1137407/1137407] /usr/bin/mkdir -p contrib/faad2/ /usr/bin/rm -fr ./contrib/faad2/faad2-2.7/ /usr/bin/tar xfC ../download/faad2-2.7.tar.gz ./contrib/faad2/ touch contrib/faad2/.stamp.extract touch contrib/faad2/.stamp.patch set -e; cd ./contrib/faad2/faad2-2.7/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc... (cached) none checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... /usr/bin/gcc -E checking whether we are using the GNU C++ compiler... (cached) yes checking whether /usr/bin/g++ accepts -g... (cached) yes checking dependency style of /usr/bin/g++... (cached) none checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for rpmbuild... no checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking mathf.h usability... no checking mathf.h presence... no checking for mathf.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for strchr... yes checking for memcpy... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sysfs/libsysfs.h usability... yes checking sysfs/libsysfs.h presence... yes checking for sysfs/libsysfs.h... yes checking IOKit/IOKitLib.h usability... no checking IOKit/IOKitLib.h presence... no checking for IOKit/IOKitLib.h... no checking for getpwuid... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for off_t... yes checking for lrintf... yes checking for float32_t temp... no checking for strsep... yes checking for mpeg4ip-config... no configure: no xmms build configured configure: creating ./config.status config.status: creating libfaad/Makefile config.status: creating common/Makefile config.status: creating common/mp4ff/Makefile config.status: creating plugins/Makefile config.status: creating plugins/xmms/Makefile config.status: creating plugins/xmms/src/Makefile config.status: creating plugins/mpeg4ip/Makefile config.status: creating faad2.spec config.status: creating frontend/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands touch contrib/faad2/.stamp.configure make -C ./contrib/faad2/faad2-2.7/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' Making clean in plugins make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' Making clean in frontend make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' rm -f faad faad rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' Making clean in common make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' Making clean in mp4ff make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' test -z "libmp4ff.a" || rm -f libmp4ff.a rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' Making clean in libfaad make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' test -z "libfaad.la" || rm -f libfaad.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' /usr/bin/rm -f ./contrib/faad2/.stamp.build make -C ./contrib/faad2/faad2-2.7/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' Making all in libfaad make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o bits.lo bits.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c bits.c -o bits.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o cfft.lo cfft.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c cfft.c -o cfft.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o decoder.lo decoder.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c decoder.c -o decoder.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o drc.lo drc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c drc.c -o drc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o drm_dec.lo drm_dec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c drm_dec.c -o drm_dec.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o error.lo error.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c error.c -o error.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o filtbank.lo filtbank.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c filtbank.c -o filtbank.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ic_predict.lo ic_predict.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ic_predict.c -o ic_predict.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o is.lo is.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c is.c -o is.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o lt_predict.lo lt_predict.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c lt_predict.c -o lt_predict.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o mdct.lo mdct.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c mdct.c -o mdct.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o mp4.lo mp4.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c mp4.c -o mp4.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ms.lo ms.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ms.c -o ms.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o output.lo output.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c output.c -o output.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o pns.lo pns.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c pns.c -o pns.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ps_dec.lo ps_dec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ps_dec.c -o ps_dec.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ps_syntax.lo ps_syntax.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ps_syntax.c -o ps_syntax.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o pulse.lo pulse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c pulse.c -o pulse.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o specrec.lo specrec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c specrec.c -o specrec.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o syntax.lo syntax.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c syntax.c -o syntax.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o tns.lo tns.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c tns.c -o tns.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o hcr.lo hcr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c hcr.c -o hcr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o huffman.lo huffman.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c huffman.c -o huffman.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o rvlc.lo rvlc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c rvlc.c -o rvlc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ssr.lo ssr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ssr.c -o ssr.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ssr_fb.lo ssr_fb.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ssr_fb.c -o ssr_fb.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o ssr_ipqf.lo ssr_ipqf.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c ssr_ipqf.c -o ssr_ipqf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o common.lo common.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c common.c -o common.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_dct.lo sbr_dct.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_dct.c -o sbr_dct.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_e_nf.lo sbr_e_nf.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_e_nf.c -o sbr_e_nf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_fbt.lo sbr_fbt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_fbt.c -o sbr_fbt.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_hfadj.lo sbr_hfadj.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_hfadj.c -o sbr_hfadj.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_hfgen.lo sbr_hfgen.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_hfgen.c -o sbr_hfgen.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_huff.lo sbr_huff.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_huff.c -o sbr_huff.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_qmf.lo sbr_qmf.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_qmf.c -o sbr_qmf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_syntax.lo sbr_syntax.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_syntax.c -o sbr_syntax.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_tf_grid.lo sbr_tf_grid.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_tf_grid.c -o sbr_tf_grid.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c -o sbr_dec.lo sbr_dec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -iquote ../include -c sbr_dec.c -o sbr_dec.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -iquote ../include -o libfaad.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib -version-info 2:0:0 bits.lo cfft.lo decoder.lo drc.lo drm_dec.lo error.lo filtbank.lo ic_predict.lo is.lo lt_predict.lo mdct.lo mp4.lo ms.lo output.lo pns.lo ps_dec.lo ps_syntax.lo pulse.lo specrec.lo syntax.lo tns.lo hcr.lo huffman.lo rvlc.lo ssr.lo ssr_fb.lo ssr_ipqf.lo common.lo sbr_dct.lo sbr_e_nf.lo sbr_fbt.lo sbr_hfadj.lo sbr_hfgen.lo sbr_huff.lo sbr_qmf.lo sbr_syntax.lo sbr_tf_grid.lo sbr_dec.lo -lm mkdir .libs ar cru .libs/libfaad.a bits.o cfft.o decoder.o drc.o drm_dec.o error.o filtbank.o ic_predict.o is.o lt_predict.o mdct.o mp4.o ms.o output.o pns.o ps_dec.o ps_syntax.o pulse.o specrec.o syntax.o tns.o hcr.o huffman.o rvlc.o ssr.o ssr_fb.o ssr_ipqf.o common.o sbr_dct.o sbr_e_nf.o sbr_fbt.o sbr_hfadj.o sbr_hfgen.o sbr_huff.o sbr_qmf.o sbr_syntax.o sbr_tf_grid.o sbr_dec.o ranlib .libs/libfaad.a creating libfaad.la (cd .libs && rm -f libfaad.la && ln -s ../libfaad.la libfaad.la) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' Making all in common make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' Making all in mp4ff make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_TAGGING=1 -c -o libmp4ff_a-mp4ff.o `test -f 'mp4ff.c' || echo './'`mp4ff.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_TAGGING=1 -c -o libmp4ff_a-mp4atom.o `test -f 'mp4atom.c' || echo './'`mp4atom.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_TAGGING=1 -c -o libmp4ff_a-mp4meta.o `test -f 'mp4meta.c' || echo './'`mp4meta.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_TAGGING=1 -c -o libmp4ff_a-mp4sample.o `test -f 'mp4sample.c' || echo './'`mp4sample.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_TAGGING=1 -c -o libmp4ff_a-mp4util.o `test -f 'mp4util.c' || echo './'`mp4util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DUSE_TAGGING=1 -c -o libmp4ff_a-mp4tagupdate.o `test -f 'mp4tagupdate.c' || echo './'`mp4tagupdate.c rm -f libmp4ff.a ar cru libmp4ff.a libmp4ff_a-mp4ff.o libmp4ff_a-mp4atom.o libmp4ff_a-mp4meta.o libmp4ff_a-mp4sample.o libmp4ff_a-mp4util.o libmp4ff_a-mp4tagupdate.o ranlib libmp4ff.a make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' Making all in frontend make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../common/faad -I../common/mp4ff -c main.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../common/faad -I../common/mp4ff -c audio.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../common/faad -I../common/mp4ff -c -o getopt.o `test -f '../common/faad/getopt.c' || echo './'`../common/faad/getopt.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -o faad main.o audio.o getopt.o ../libfaad/libfaad.la ../common/mp4ff/libmp4ff.a mkdir .libs /usr/bin/gcc -o faad main.o audio.o getopt.o ../libfaad/.libs/libfaad.a -lm ../common/mp4ff/libmp4ff.a make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' Making all in plugins make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' touch contrib/faad2/.stamp.build make -j 1 -C ./contrib/faad2/faad2-2.7/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' Making install in libfaad make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'libfaad.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaad.la' /usr/bin/ginstall -c .libs/libfaad.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaad.la /usr/bin/ginstall -c .libs/libfaad.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaad.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaad.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaad.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" /usr/bin/ginstall -c -m 644 '../include/faad.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/faad.h' /usr/bin/ginstall -c -m 644 '../include/neaacdec.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/neaacdec.h' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/libfaad' Making install in common make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' Making install in mp4ff make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /usr/bin/ginstall -c -m 644 'libmp4ff.a' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp4ff.a' ranlib '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp4ff.a' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" /usr/bin/ginstall -c -m 644 'mp4ff.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/mp4ff.h' /usr/bin/ginstall -c -m 644 'mp4ffint.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/mp4ffint.h' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common/mp4ff' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/common' Making install in frontend make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'faad' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/faad' /usr/bin/ginstall -c faad /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/faad test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/manm" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/manm" /usr/bin/ginstall -c -m 644 './faad.man' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/manm/faad.man' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/frontend' Making install in plugins make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7/plugins' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/faad2/faad2-2.7' touch contrib/faad2/.stamp.install /usr/bin/wget -O ../download/ffmpeg-r25689.tar.bz2 http://download.m0k.org/handbrake/contrib/ffmpeg-r25689.tar.bz2 --2011-03-13 17:08:38-- http://download.m0k.org/handbrake/contrib/ffmpeg-r25689.tar.bz2 Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 3981417 (3,8M) [application/octet-stream] In »»../download/ffmpeg-r25689.tar.bz2«« speichern. 0K .......... .......... .......... .......... .......... 1% 260K 15s 50K .......... .......... .......... .......... .......... 2% 672K 10s 100K .......... .......... .......... .......... .......... 3% 798K 8s 150K .......... .......... .......... .......... .......... 5% 1,13M 7s 200K .......... .......... .......... .......... .......... 6% 1,36M 6s 250K .......... .......... .......... .......... .......... 7% 1,26M 5s 300K .......... .......... .......... .......... .......... 9% 1,29M 5s 350K .......... .......... .......... .......... .......... 10% 1,32M 5s 400K .......... .......... .......... .......... .......... 11% 1,33M 4s 450K .......... .......... .......... .......... .......... 12% 1,31M 4s 500K .......... .......... .......... .......... .......... 14% 1,27M 4s 550K .......... .......... .......... .......... .......... 15% 1,37M 4s 600K .......... .......... .......... .......... .......... 16% 1,28M 4s 650K .......... .......... .......... .......... .......... 18% 1,34M 3s 700K .......... .......... .......... .......... .......... 19% 1,30M 3s 750K .......... .......... .......... .......... .......... 20% 172K 4s 800K .......... .......... .......... .......... .......... 21% 2,91M 4s 850K .......... .......... .......... .......... .......... 23% 2,16M 4s 900K .......... .......... .......... .......... .......... 24% 7,38M 3s 950K .......... .......... .......... .......... .......... 25% 130M 3s 1000K .......... .......... .......... .......... .......... 27% 86,3M 3s 1050K .......... .......... .......... .......... .......... 28% 130M 3s 1100K .......... .......... .......... .......... .......... 29% 2,59M 3s 1150K .......... .......... .......... .......... .......... 30% 8,94M 3s 1200K .......... .......... .......... .......... .......... 32% 730K 3s 1250K .......... .......... .......... .......... .......... 33% 679K 3s 1300K .......... .......... .......... .......... .......... 34% 891K 3s 1350K .......... .......... .......... .......... .......... 36% 1,31M 2s 1400K .......... .......... .......... .......... .......... 37% 1,30M 2s 1450K .......... .......... .......... .......... .......... 38% 1,33M 2s 1500K .......... .......... .......... .......... .......... 39% 1,32M 2s 1550K .......... .......... .......... .......... .......... 41% 245K 2s 1600K .......... .......... .......... .......... .......... 42% 2,95M 2s 1650K .......... .......... .......... .......... .......... 43% 2,66M 2s 1700K .......... .......... .......... .......... .......... 45% 4,25M 2s 1750K .......... .......... .......... .......... .......... 46% 2,40M 2s 1800K .......... .......... .......... .......... .......... 47% 20,4M 2s 1850K .......... .......... .......... .......... .......... 48% 33,3M 2s 1900K .......... .......... .......... .......... .......... 50% 2,16M 2s 1950K .......... .......... .......... .......... .......... 51% 1,22M 2s 2000K .......... .......... .......... .......... .......... 52% 1,40M 2s 2050K .......... .......... .......... .......... .......... 54% 1,26M 2s 2100K .......... .......... .......... .......... .......... 55% 1,37M 2s 2150K .......... .......... .......... .......... .......... 56% 1,30M 2s 2200K .......... .......... .......... .......... .......... 57% 1,30M 1s 2250K .......... .......... .......... .......... .......... 59% 1,18M 1s 2300K .......... .......... .......... .......... .......... 60% 1,11M 1s 2350K .......... .......... .......... .......... .......... 61% 1,20M 1s 2400K .......... .......... .......... .......... .......... 63% 1,21M 1s 2450K .......... .......... .......... .......... .......... 64% 1,34M 1s 2500K .......... .......... .......... .......... .......... 65% 1,30M 1s 2550K .......... .......... .......... .......... .......... 66% 1,29M 1s 2600K .......... .......... .......... .......... .......... 68% 1,23M 1s 2650K .......... .......... .......... .......... .......... 69% 1,33M 1s 2700K .......... .......... .......... .......... .......... 70% 1,32M 1s 2750K .......... .......... .......... .......... .......... 72% 1,26M 1s 2800K .......... .......... .......... .......... .......... 73% 1,35M 1s 2850K .......... .......... .......... .......... .......... 74% 1,33M 1s 2900K .......... .......... .......... .......... .......... 75% 1,31M 1s 2950K .......... .......... .......... .......... .......... 77% 1,25M 1s 3000K .......... .......... .......... .......... .......... 78% 1,35M 1s 3050K .......... .......... .......... .......... .......... 79% 1,30M 1s 3100K .......... .......... .......... .......... .......... 81% 1,28M 1s 3150K .......... .......... .......... .......... .......... 82% 1,32M 1s 3200K .......... .......... .......... .......... .......... 83% 1,26M 1s 3250K .......... .......... .......... .......... .......... 84% 1,34M 1s 3300K .......... .......... .......... .......... .......... 86% 1,26M 0s 3350K .......... .......... .......... .......... .......... 87% 1,39M 0s 3400K .......... .......... .......... .......... .......... 88% 1,28M 0s 3450K .......... .......... .......... .......... .......... 90% 1,19M 0s 3500K .......... .......... .......... .......... .......... 91% 1,45M 0s 3550K .......... .......... .......... .......... .......... 92% 1,25M 0s 3600K .......... .......... .......... .......... .......... 93% 1,27M 0s 3650K .......... .......... .......... .......... .......... 95% 1,34M 0s 3700K .......... .......... .......... .......... .......... 96% 1,36M 0s 3750K .......... .......... .......... .......... .......... 97% 1,16M 0s 3800K .......... .......... .......... .......... .......... 99% 1,33M 0s 3850K .......... .......... .......... ........ 100% 1,01M=3,3s 2011-03-13 17:08:41 (1,16 MB/s) - »»../download/ffmpeg-r25689.tar.bz2«« gespeichert [3981417/3981417] /usr/bin/mkdir -p contrib/ffmpeg/ /usr/bin/rm -fr ./contrib/ffmpeg/ffmpeg-r25689/ /usr/bin/tar xfC ../download/ffmpeg-r25689.tar.bz2 ./contrib/ffmpeg/ touch contrib/ffmpeg/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/ffmpeg-r25689/ < ../contrib/ffmpeg/A01-mpegleak.patch patching file libavcodec/mpegvideo.c Hunk #1 succeeded at 873 (offset 6 lines). patching file libavcodec/h264.c Hunk #1 succeeded at 3020 (offset 248 lines). patching file libavcodec/h264_refs.c Hunk #1 succeeded at 627 (offset 19 lines). /usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/ffmpeg-r25689/ < ../contrib/ffmpeg/A05-avi-seek.patch patching file libavformat/avidec.c Hunk #1 succeeded at 1208 (offset 136 lines). Hunk #2 succeeded at 1245 (offset 136 lines). Hunk #3 succeeded at 1271 (offset 141 lines). Hunk #4 succeeded at 1293 (offset 141 lines). /usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/ffmpeg-r25689/ < ../contrib/ffmpeg/A02-audioconvert.patch patching file libavcodec/Makefile Hunk #1 succeeded at 3 with fuzz 2. /usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/ffmpeg-r25689/ < ../contrib/ffmpeg/A03-png-sequences.patch patching file libavcodec/pngdec.c Hunk #1 succeeded at 600 (offset 3 lines). Hunk #2 succeeded at 628 (offset 3 lines). touch contrib/ffmpeg/.stamp.patch set -e; cd ./contrib/ffmpeg/ffmpeg-r25689/; ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-shared --enable-static --disable-doc --disable-bsfs --disable-encoders --disable-ffmpeg --disable-ffserver --disable-muxers --disable-network --disable-vaapi --disable-dxva2 --enable-bzlib --enable-encoder=ac3 --enable-encoder=mpeg4 --enable-encoder=snow --enable-gpl --enable-muxer=ipod --enable-zlib --cc="/usr/bin/gcc" --extra-cflags=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include" --extra-ldflags=" -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" --enable-pthreads install prefix /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ source path /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689 C compiler /usr/bin/gcc ARCH x86 (generic) big-endian no runtime cpu detection no yasm yes MMX enabled yes MMX2 enabled yes 3DNow! enabled yes 3DNow! extended enabled yes SSE enabled yes SSSE3 enabled yes CMOV enabled no CMOV is fast no EBX available yes EBP available no 10 operands supported yes debug symbols yes strip symbols yes optimizations yes static yes shared no postprocessing support no new filter support yes network support no threading support pthreads SDL support yes Sun medialib support no AVISynth enabled no frei0r enabled no libdc1394 support no libdirac enabled no libfaac enabled no libgsm enabled no libmp3lame enabled no libnut enabled no libopencore-amrnb support no libopencore-amrwb support no libopencv support no libopenjpeg enabled no librtmp enabled no libschroedinger enabled no libspeex enabled no libtheora enabled no libvorbis enabled no libvpx enabled no libx264 enabled no libxavs enabled no libxvid enabled no zlib enabled yes bzlib enabled yes Enabled decoders: aac dvbsub mpeg2video aac_latm dvdsub mpeg4 aasc dvvideo mpeg_xvmc ac3 dxa mpegvideo adpcm_4xm eac3 msmpeg4v1 adpcm_adx eacmv msmpeg4v2 adpcm_ct eamad msmpeg4v3 adpcm_ea eatgq msrle adpcm_ea_maxis_xa eatgv msvideo1 adpcm_ea_r1 eatqi mszh adpcm_ea_r2 eightbps nellymoser adpcm_ea_r3 eightsvx_exp nuv adpcm_ea_xas eightsvx_fib pam adpcm_g722 escape124 pbm adpcm_g726 ffv1 pcm_alaw adpcm_ima_amv ffvhuff pcm_bluray adpcm_ima_dk3 flac pcm_dvd adpcm_ima_dk4 flashsv pcm_f32be adpcm_ima_ea_eacs flic pcm_f32le adpcm_ima_ea_sead flv pcm_f64be adpcm_ima_iss fourxm pcm_f64le adpcm_ima_qt fraps pcm_lxf adpcm_ima_smjpeg frwu pcm_mulaw adpcm_ima_wav gif pcm_s16be adpcm_ima_ws gsm pcm_s16le adpcm_ms gsm_ms pcm_s16le_planar adpcm_sbpro_2 h261 pcm_s24be adpcm_sbpro_3 h263 pcm_s24daud adpcm_sbpro_4 h263i pcm_s24le adpcm_swf h264 pcm_s32be adpcm_thp huffyuv pcm_s32le adpcm_xa idcin pcm_s8 adpcm_yamaha iff_byterun1 pcm_u16be alac iff_ilbm pcm_u16le als imc pcm_u24be amrnb indeo2 pcm_u24le amv indeo3 pcm_u32be anm indeo5 pcm_u32le ansi interplay_dpcm pcm_u8 ape interplay_video pcm_zork asv1 jpegls pcx asv2 kgv1 pgm atrac1 kmvc pgmyuv atrac3 loco pgssub aura mace3 pictor aura2 mace6 png avs mdec ppm bethsoftvid mimic ptx bfi mjpeg qcelp bink mjpegb qdm2 binkaudio_dct mlp qdraw binkaudio_rdft mmvideo qpeg bmp motionpixels qtrle c93 mp1 r10k cavs mp1float r210 cdgraphics mp2 ra_144 cinepak mp2float ra_288 cljr mp3 rawvideo cook mp3adu rl2 cscd mp3adufloat roq cyuv mp3float roq_dpcm dca mp3on4 rpza dnxhd mp3on4float rv10 dpx mpc7 rv20 dsicinaudio mpc8 rv30 dsicinvideo mpeg1video rv40 sgi truemotion2 vp6f shorten truespeech vp8 sipr tscc vqa smackaud tta wavpack smacker twinvq wmapro smc txd wmav1 snow ulti wmav2 sol_dpcm v210 wmavoice sonic v210x wmv1 sp5x vb wmv2 sunrast vc1 wmv3 svq1 vcr1 wnv1 svq3 vmdaudio ws_snd1 targa vmdvideo xan_dpcm theora vmnc xan_wc3 thp vorbis xl tiertexseqvideo vp3 xsub tiff vp5 yop tmv vp6 zlib truehd vp6a zmbv truemotion1 Enabled encoders: ac3 mpeg4 snow h263 Enabled hwaccels: Enabled parsers: aac dvbsub mpeg4video aac_latm dvdsub mpegaudio ac3 h261 mpegvideo cavsvideo h263 pnm dca h264 vc1 dirac mjpeg vp3 dnxhd mlp vp8 Enabled demuxers: aac image2pipe pcm_u16le ac3 ingenient pcm_u24be aea ipmovie pcm_u24le aiff iss pcm_u32be amr iv8 pcm_u32le anm ivf pcm_u8 apc lmlm4 pva ape lxf qcp applehttp m4v r3d asf matroska rawvideo ass mjpeg rl2 au mlp rm avi mm roq avs mmf rpl bethsoftvid mov rso bfi mp3 segafilm bink mpc shorten c93 mpc8 siff caf mpegps smacker cavsvideo mpegts sol cdg mpegtsraw sox daud mpegvideo srt dirac msnwc_tcp str dnxhd mtv swf dsicin mvi thp dts mxf tiertexseq dv nc tmv dxa nsv truehd ea nut tta ea_cdata nuv tty eac3 ogg txd ffm oma vc1 filmstrip pcm_alaw vc1t flac pcm_f32be vmd flic pcm_f32le voc flv pcm_f64be vqf fourxm pcm_f64le w64 g722 pcm_mulaw wav gsm pcm_s16be wc3 gxf pcm_s16le wsaud h261 pcm_s24be wsvqa h263 pcm_s24le wv h264 pcm_s32be xa idcin pcm_s32le yop iff pcm_s8 yuv4mpegpipe image2 pcm_u16be Enabled muxers: ipod mov Enabled protocols: concat pipe rtmpt file rtmpe rtmpte md5 rtmps Enabled filters: anull fifo pixelaspect anullsink format scale anullsrc hflip setpts aspect noformat settb blackframe null slicify buffer nullsink transpose color nullsrc unsharp crop pad vflip cropdetect pixdesctest yadif drawbox Enabled bsfs: Enabled indevs: alsa jack v4l dv1394 oss v4l2 Enabled outdevs: alsa oss License: GPL version 2 or later Creating config.mak and config.h... touch contrib/ffmpeg/.stamp.configure make -C ./contrib/ffmpeg/ffmpeg-r25689/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' /usr/bin/rm -f ./contrib/ffmpeg/.stamp.build make -C ./contrib/ffmpeg/ffmpeg-r25689/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' CC libavdevice/alldevices.o CC libavdevice/alsa-audio-common.o CC libavdevice/alsa-audio-dec.o CC libavdevice/alsa-audio-enc.o CC libavdevice/avdevice.o CC libavdevice/dv1394.o CC libavdevice/jack_audio.o CC libavdevice/oss_audio.o CC libavdevice/v4l.o CC libavdevice/v4l2.o AR libavdevice/libavdevice.a CC libavfilter/af_anull.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_anullsrc.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/defaults.o libavfilter/defaults.c: In Funktion »avfilter_default_get_audio_buffer«: libavfilter/defaults.c:155:12: Warnung: »buf« may be used uninitialized in this function CC libavfilter/formats.o CC libavfilter/graphparser.o CC libavfilter/parseutils.o CC libavfilter/vf_aspect.o CC libavfilter/vf_blackframe.o CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_fifo.o CC libavfilter/vf_format.o CC libavfilter/vf_hflip.o CC libavfilter/vf_null.o CC libavfilter/vf_pad.o CC libavfilter/vf_pixdesctest.o libavfilter/vf_pixdesctest.c: In Funktion »draw_slice«: libavfilter/vf_pixdesctest.c:97:32: Warnung: Übergabe des Arguments 2 von »av_read_image_line« von inkompatiblem Zeigertyp ./libavutil/pixdesc.h:111:6: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« CC libavfilter/vf_scale.o libavfilter/vf_scale.c: In Funktion »config_props«: libavfilter/vf_scale.c:138:5: Warnung: »sws_getContext« ist veraltet (deklariert bei ./libswscale/swscale.h:191) CC libavfilter/vf_setpts.o CC libavfilter/vf_settb.o CC libavfilter/vf_slicify.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_vflip.o CC libavfilter/vf_yadif.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_buffer.o libavfilter/vsrc_buffer.c: In Funktion »request_frame«: libavfilter/vsrc_buffer.c:127:19: Warnung: Übergabe des Arguments 3 von »av_image_copy« von inkompatiblem Zeigertyp ./libavcore/imgutils.h:99:6: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« CC libavfilter/vsrc_nullsrc.o CC libavfilter/x86/yadif.o AR libavfilter/libavfilter.a CC libavformat/4xm.o CC libavformat/aacdec.o CC libavformat/ac3dec.o CC libavformat/aea.o CC libavformat/aiffdec.o CC libavformat/allformats.o CC libavformat/amr.o CC libavformat/anm.o CC libavformat/apc.o CC libavformat/ape.o CC libavformat/apetag.o CC libavformat/applehttp.o CC libavformat/asf.o CC libavformat/asfcrypt.o CC libavformat/asfdec.o libavformat/asfdec.c: In Funktion »asf_read_header«: libavformat/asfdec.c:390:21: Warnung: »AVPaletteControl« is deprecated (declared at ./libavcodec/avcodec.h:2915) CC libavformat/assdec.o CC libavformat/au.o CC libavformat/avc.o CC libavformat/avi.o CC libavformat/avidec.o libavformat/avidec.c: In Funktion »avi_read_header«: libavformat/avidec.c:544:25: Warnung: »AVPaletteControl« is deprecated (declared at ./libavcodec/avcodec.h:2915) libavformat/avidec.c: In Funktion »read_gab2_sub«: libavformat/avidec.c:705:9: Warnung: Übergabe des Arguments 1 von »bytestream_get_le32« von inkompatiblem Zeigertyp ./libavcodec/bytestream.h:45:1: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« libavformat/avidec.c:720:13: Warnung: Übergabe des Arguments 1 von »bytestream_get_le16« von inkompatiblem Zeigertyp ./libavcodec/bytestream.h:47:1: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« libavformat/avidec.c:720:13: Warnung: Übergabe des Arguments 1 von »bytestream_get_le16« von inkompatiblem Zeigertyp ./libavcodec/bytestream.h:47:1: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« libavformat/avidec.c:728:9: Warnung: Übergabe des Arguments 1 von »bytestream_get_le32« von inkompatiblem Zeigertyp ./libavcodec/bytestream.h:45:1: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« CC libavformat/avio.o libavformat/avio.c: In Funktion »url_write«: libavformat/avio.c:255:5: Warnung: Übergabe des Arguments 2 von »retry_transfer_wrapper« entfernt Kennzeichner von Zeiger-Ziel-Typ libavformat/avio.c:218:19: Anmerkung: expected »unsigned char *« but argument is of type »const unsigned char *« libavformat/avio.c:255:5: Warnung: Übergabe des Arguments 4 von »retry_transfer_wrapper« von inkompatiblem Zeigertyp libavformat/avio.c:218:19: Anmerkung: expected »int (*)(struct URLContext *, unsigned char *, int)« but argument is of type »int (*)(struct URLContext *, const unsigned char *, int)« CC libavformat/aviobuf.o libavformat/aviobuf.c: In Funktion »url_fdopen«: libavformat/aviobuf.c:606:23: Warnung: Übergabe des Arguments 6 von »init_put_byte« von inkompatiblem Zeigertyp libavformat/aviobuf.c:43:5: Anmerkung: expected »int (*)(void *, uint8_t *, int)« but argument is of type »int (*)(struct URLContext *, unsigned char *, int)« libavformat/aviobuf.c:606:23: Warnung: Übergabe des Arguments 7 von »init_put_byte« von inkompatiblem Zeigertyp libavformat/aviobuf.c:43:5: Anmerkung: expected »int (*)(void *, uint8_t *, int)« but argument is of type »int (*)(struct URLContext *, const unsigned char *, int)« libavformat/aviobuf.c:606:23: Warnung: Übergabe des Arguments 8 von »init_put_byte« von inkompatiblem Zeigertyp libavformat/aviobuf.c:43:5: Anmerkung: expected »int64_t (*)(void *, int64_t, int)« but argument is of type »int64_t (*)(struct URLContext *, int64_t, int)« CC libavformat/avlanguage.o CC libavformat/avs.o CC libavformat/bethsoftvid.o CC libavformat/bfi.o CC libavformat/bink.o CC libavformat/c93.o CC libavformat/caf.o CC libavformat/cafdec.o CC libavformat/cavsvideodec.o CC libavformat/cdg.o CC libavformat/concat.o CC libavformat/cutils.o CC libavformat/daud.o libavformat/daud.c:50:12: Warnung: »daud_write_header« definiert, aber nicht verwendet libavformat/daud.c:58:12: Warnung: »daud_write_packet« definiert, aber nicht verwendet CC libavformat/diracdec.o CC libavformat/dnxhddec.o CC libavformat/dsicin.o CC libavformat/dtsdec.o CC libavformat/dv.o CC libavformat/dxa.o CC libavformat/eacdata.o CC libavformat/electronicarts.o CC libavformat/ffmdec.o CC libavformat/file.o CC libavformat/filmstripdec.o CC libavformat/flacdec.o CC libavformat/flic.o CC libavformat/flvdec.o CC libavformat/gxf.o CC libavformat/h261dec.o CC libavformat/h263dec.o CC libavformat/h264dec.o CC libavformat/id3v1.o CC libavformat/id3v2.o CC libavformat/idcin.o libavformat/idcin.c:90:5: Warnung: »AVPaletteControl« is deprecated (declared at ./libavcodec/avcodec.h:2915) CC libavformat/idroqdec.o CC libavformat/iff.o CC libavformat/img2.o CC libavformat/ingenientdec.o CC libavformat/ipmovie.o libavformat/ipmovie.c:119:5: Warnung: »AVPaletteControl« is deprecated (declared at ./libavcodec/avcodec.h:2915) CC libavformat/isom.o CC libavformat/iss.o CC libavformat/iv8.o CC libavformat/ivfdec.o CC libavformat/lmlm4.o CC libavformat/lxfdec.o CC libavformat/m4vdec.o CC libavformat/matroska.o CC libavformat/matroskadec.o libavformat/matroskadec.c: In Funktion »ebml_parse_id«: libavformat/matroskadec.c:785:14: Warnung: »length« may be used uninitialized in this function libavformat/matroskadec.c:785:14: Anmerkung: »length« was declared here CC libavformat/md5proto.o CC libavformat/metadata.o libavformat/metadata.c: In Funktion »av_metadata_set2«: libavformat/metadata.c:72:37: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp libavformat/metadata.c:76:37: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavformat/metadata_compat.o libavformat/metadata_compat.c:35:5: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:728) libavformat/metadata_compat.c:35:5: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:728) libavformat/metadata_compat.c:36:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:36:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:37:5: Warnung: »copyright« ist veraltet (deklariert bei libavformat/avformat.h:730) libavformat/metadata_compat.c:37:5: Warnung: »copyright« ist veraltet (deklariert bei libavformat/avformat.h:730) libavformat/metadata_compat.c:38:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:38:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:39:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:39:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:40:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:40:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:41:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:41:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:42:5: Warnung: »genre« ist veraltet (deklariert bei libavformat/avformat.h:735) libavformat/metadata_compat.c:42:5: Warnung: »genre« ist veraltet (deklariert bei libavformat/avformat.h:735) libavformat/metadata_compat.c:44:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:44:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:45:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:45:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:46:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:46:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:47:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:47:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:48:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:48:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:49:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:49:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:50:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:50:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:51:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:51:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:52:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:52:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:53:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:53:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:54:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:54:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:55:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:55:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:56:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:56:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c: In Funktion »ff_metadata_demux_compat«: libavformat/metadata_compat.c:80:21: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/metadata_compat.c:81:21: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/metadata_compat.c:88:21: Warnung: »name« ist veraltet (deklariert bei libavformat/avformat.h:678) libavformat/metadata_compat.c:89:21: Warnung: »name« ist veraltet (deklariert bei libavformat/avformat.h:678) libavformat/metadata_compat.c:92:21: Warnung: »provider_name« ist veraltet (deklariert bei libavformat/avformat.h:677) libavformat/metadata_compat.c:93:21: Warnung: »provider_name« ist veraltet (deklariert bei libavformat/avformat.h:677) libavformat/metadata_compat.c:101:21: Warnung: »language« ist veraltet (deklariert bei libavformat/avformat.h:573) libavformat/metadata_compat.c:103:21: Warnung: »filename« ist veraltet (deklariert bei libavformat/avformat.h:596) libavformat/metadata_compat.c:104:21: Warnung: »filename« ist veraltet (deklariert bei libavformat/avformat.h:596) libavformat/metadata_compat.c: In Funktion »ff_metadata_mux_compat«: libavformat/metadata_compat.c:128:5: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:728) libavformat/metadata_compat.c:128:5: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:728) libavformat/metadata_compat.c:128:5: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:728) libavformat/metadata_compat.c:129:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:129:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:129:5: Warnung: »author« ist veraltet (deklariert bei libavformat/avformat.h:729) libavformat/metadata_compat.c:130:5: Warnung: »copyright« ist veraltet (deklariert bei libavformat/avformat.h:730) libavformat/metadata_compat.c:130:5: Warnung: »copyright« ist veraltet (deklariert bei libavformat/avformat.h:730) libavformat/metadata_compat.c:130:5: Warnung: »copyright« ist veraltet (deklariert bei libavformat/avformat.h:730) libavformat/metadata_compat.c:131:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:131:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:131:5: Warnung: »comment« ist veraltet (deklariert bei libavformat/avformat.h:731) libavformat/metadata_compat.c:132:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:132:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:132:5: Warnung: »album« ist veraltet (deklariert bei libavformat/avformat.h:732) libavformat/metadata_compat.c:133:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:133:5: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) libavformat/metadata_compat.c:134:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:134:5: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/metadata_compat.c:135:5: Warnung: »genre« ist veraltet (deklariert bei libavformat/avformat.h:735) libavformat/metadata_compat.c:135:5: Warnung: »genre« ist veraltet (deklariert bei libavformat/avformat.h:735) libavformat/metadata_compat.c:135:5: Warnung: »genre« ist veraltet (deklariert bei libavformat/avformat.h:735) libavformat/metadata_compat.c:137:9: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/metadata_compat.c:137:9: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/metadata_compat.c:137:9: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/metadata_compat.c:139:9: Warnung: »name« ist veraltet (deklariert bei libavformat/avformat.h:678) libavformat/metadata_compat.c:139:9: Warnung: »name« ist veraltet (deklariert bei libavformat/avformat.h:678) libavformat/metadata_compat.c:139:9: Warnung: »name« ist veraltet (deklariert bei libavformat/avformat.h:678) libavformat/metadata_compat.c:140:9: Warnung: »provider_name« ist veraltet (deklariert bei libavformat/avformat.h:677) libavformat/metadata_compat.c:140:9: Warnung: »provider_name« ist veraltet (deklariert bei libavformat/avformat.h:677) libavformat/metadata_compat.c:140:9: Warnung: »provider_name« ist veraltet (deklariert bei libavformat/avformat.h:677) libavformat/metadata_compat.c:143:9: Warnung: »language« ist veraltet (deklariert bei libavformat/avformat.h:573) libavformat/metadata_compat.c:143:9: Warnung: »language« ist veraltet (deklariert bei libavformat/avformat.h:573) libavformat/metadata_compat.c:143:9: Warnung: »language« ist veraltet (deklariert bei libavformat/avformat.h:573) libavformat/metadata_compat.c:144:9: Warnung: »filename« ist veraltet (deklariert bei libavformat/avformat.h:596) libavformat/metadata_compat.c:144:9: Warnung: »filename« ist veraltet (deklariert bei libavformat/avformat.h:596) libavformat/metadata_compat.c:144:9: Warnung: »filename« ist veraltet (deklariert bei libavformat/avformat.h:596) CC libavformat/mm.o CC libavformat/mmf.o CC libavformat/mov.o CC libavformat/movenc.o CC libavformat/movenchint.o CC libavformat/mp3.o CC libavformat/mpc.o CC libavformat/mpc8.o CC libavformat/mpeg.o CC libavformat/mpegts.o CC libavformat/mpegvideodec.o CC libavformat/msnwc_tcp.o CC libavformat/mtv.o CC libavformat/mvi.o CC libavformat/mxf.o CC libavformat/mxfdec.o CC libavformat/ncdec.o CC libavformat/nsvdec.o CC libavformat/nut.o CC libavformat/nutdec.o libavformat/nutdec.c: In Funktion »decode_main_header«: libavformat/nutdec.c:282:13: Warnung: Übergabe des Arguments 2 von »get_buffer« entfernt Kennzeichner von Zeiger-Ziel-Typ libavformat/avio.h:428:5: Anmerkung: expected »unsigned char *« but argument is of type »const uint8_t *« CC libavformat/nuv.o CC libavformat/oggdec.o CC libavformat/oggparsedirac.o CC libavformat/oggparseflac.o CC libavformat/oggparseogm.o CC libavformat/oggparseskeleton.o CC libavformat/oggparsespeex.o CC libavformat/oggparsetheora.o CC libavformat/oggparsevorbis.o CC libavformat/oma.o CC libavformat/options.o libavformat/options.c:54:1: Warnung: »track« ist veraltet (deklariert bei libavformat/avformat.h:734) libavformat/options.c:55:1: Warnung: »year« ist veraltet (deklariert bei libavformat/avformat.h:733) CC libavformat/os_support.o CC libavformat/pcm.o CC libavformat/pcmdec.o CC libavformat/psxstr.o CC libavformat/pva.o CC libavformat/qcp.o CC libavformat/r3d.o CC libavformat/rawdec.o CC libavformat/rawvideodec.o CC libavformat/riff.o CC libavformat/rl2.o CC libavformat/rm.o CC libavformat/rmdec.o libavformat/rmdec.c: In Funktion »rm_read_packet«: libavformat/rmdec.c:823:15: Warnung: »st« may be used uninitialized in this function CC libavformat/rpl.o CC libavformat/rso.o CC libavformat/rsodec.o CC libavformat/sauce.o CC libavformat/sdp.o CC libavformat/seek.o CC libavformat/segafilm.o CC libavformat/sierravmd.o CC libavformat/siff.o CC libavformat/smacker.o CC libavformat/sol.o CC libavformat/soxdec.o CC libavformat/srtdec.o CC libavformat/swfdec.o CC libavformat/thp.o CC libavformat/tiertexseq.o CC libavformat/timefilter.o CC libavformat/tmv.o CC libavformat/tta.o CC libavformat/tty.o CC libavformat/txd.o CC libavformat/utils.o libavformat/utils.c: In Funktion »av_iformat_next«: libavformat/utils.c:126:5: Warnung: »first_iformat« ist veraltet (deklariert bei libavformat/utils.c:116) libavformat/utils.c: In Funktion »av_oformat_next«: libavformat/utils.c:132:5: Warnung: »first_oformat« ist veraltet (deklariert bei libavformat/utils.c:121) libavformat/utils.c: In Funktion »av_register_input_format«: libavformat/utils.c:138:5: Warnung: »first_iformat« ist veraltet (deklariert bei libavformat/utils.c:116) libavformat/utils.c: In Funktion »av_register_output_format«: libavformat/utils.c:147:5: Warnung: »first_oformat« ist veraltet (deklariert bei libavformat/utils.c:121) libavformat/utils.c: In Funktion »av_guess_format«: libavformat/utils.c:223:5: Warnung: »first_oformat« ist veraltet (deklariert bei libavformat/utils.c:121) libavformat/utils.c: In Funktion »av_find_input_format«: libavformat/utils.c:286:5: Warnung: »first_iformat« ist veraltet (deklariert bei libavformat/utils.c:116) libavformat/utils.c: In Funktion »av_probe_input_format2«: libavformat/utils.c:366:5: Warnung: »first_iformat« ist veraltet (deklariert bei libavformat/utils.c:116) libavformat/utils.c: In Funktion »av_seek_frame_generic«: libavformat/utils.c:1694:5: Warnung: »read_seek« ist veraltet (deklariert bei libavformat/avformat.h:419) libavformat/utils.c:1695:9: Warnung: »read_seek« ist veraltet (deklariert bei libavformat/avformat.h:419) libavformat/utils.c: In Funktion »av_seek_frame«: libavformat/utils.c:1727:5: Warnung: »read_seek« ist veraltet (deklariert bei libavformat/avformat.h:419) libavformat/utils.c:1728:9: Warnung: »read_seek« ist veraltet (deklariert bei libavformat/avformat.h:419) libavformat/utils.c: In Funktion »avformat_seek_file«: libavformat/utils.c:1757:5: Warnung: »read_seek« ist veraltet (deklariert bei libavformat/avformat.h:419) libavformat/utils.c: In Funktion »av_close_input_stream«: libavformat/utils.c:2478:9: Warnung: »filename« ist veraltet (deklariert bei libavformat/avformat.h:596) libavformat/utils.c:2486:9: Warnung: »provider_name« ist veraltet (deklariert bei libavformat/avformat.h:677) libavformat/utils.c:2487:9: Warnung: »name« ist veraltet (deklariert bei libavformat/avformat.h:678) libavformat/utils.c:2498:9: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/utils.c: In Funktion »ff_new_chapter«: libavformat/utils.c:2617:5: Warnung: »title« ist veraltet (deklariert bei libavformat/avformat.h:695) libavformat/utils.c: In Funktion »parse_date«: libavformat/utils.c:3315:13: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavformat/vc1test.o CC libavformat/voc.o CC libavformat/vocdec.o CC libavformat/vorbiscomment.o CC libavformat/vqf.o CC libavformat/wav.o CC libavformat/wc3movie.o libavformat/wc3movie.c:71:5: Warnung: »AVPaletteControl« is deprecated (declared at ./libavcodec/avcodec.h:2915) CC libavformat/westwood.o CC libavformat/wv.o CC libavformat/xa.o CC libavformat/yop.o CC libavformat/yuv4mpeg.o AR libavformat/libavformat.a CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_parser.o CC libavcodec/aacadtsdec.o CC libavcodec/aacdec.o libavcodec/aacdec.c: In Funktion »aac_decode_frame_int«: libavcodec/aacdec.c:2056:9: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe CC libavcodec/aacps.o libavcodec/aacps.c: In Funktion »hybrid_analysis«: libavcodec/aacps.c:369:9: Warnung: Übergabe des Arguments 3 von »hybrid4_8_12_cx« von inkompatiblem Zeigertyp libavcodec/aacps.c:338:13: Anmerkung: expected »const float (*)[7][2]« but argument is of type »float (*)[7][2]« libavcodec/aacps.c:370:9: Warnung: Übergabe des Arguments 3 von »hybrid4_8_12_cx« von inkompatiblem Zeigertyp libavcodec/aacps.c:338:13: Anmerkung: expected »const float (*)[7][2]« but argument is of type »float (*)[7][2]« libavcodec/aacps.c:371:9: Warnung: Übergabe des Arguments 3 von »hybrid4_8_12_cx« von inkompatiblem Zeigertyp libavcodec/aacps.c:338:13: Anmerkung: expected »const float (*)[7][2]« but argument is of type »float (*)[7][2]« libavcodec/aacps.c:372:9: Warnung: Übergabe des Arguments 3 von »hybrid4_8_12_cx« von inkompatiblem Zeigertyp libavcodec/aacps.c:338:13: Anmerkung: expected »const float (*)[7][2]« but argument is of type »float (*)[7][2]« libavcodec/aacps.c:373:9: Warnung: Übergabe des Arguments 3 von »hybrid4_8_12_cx« von inkompatiblem Zeigertyp libavcodec/aacps.c:338:13: Anmerkung: expected »const float (*)[7][2]« but argument is of type »float (*)[7][2]« libavcodec/aacps.c:381:9: Warnung: Übergabe des Arguments 3 von »hybrid6_cx« von inkompatiblem Zeigertyp libavcodec/aacps.c:303:13: Anmerkung: expected »const float (*)[7][2]« but argument is of type »float (*)[7][2]« libavcodec/aacps.c: In Funktion »stereo_processing«: libavcodec/aacps.c:813:34: Warnung: Initialisierung von inkompatiblem Zeigertyp libavcodec/aacps.c: In Funktion »ff_ps_apply«: libavcodec/aacps.c:986:5: Warnung: Übergabe des Arguments 3 von »decorrelation« von inkompatiblem Zeigertyp libavcodec/aacps.c:645:13: Anmerkung: expected »const float (*)[32][2]« but argument is of type »float (*)[32][2]« CC libavcodec/aacsbr.o libavcodec/aacsbr.c: In Funktion »ff_sbr_apply«: libavcodec/aacsbr.c:1731:9: Warnung: Übergabe des Arguments 4 von »sbr_lf_gen« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1337:12: Anmerkung: expected »const float (*)[32][32][2]« but argument is of type »float (*)[32][32][2]« libavcodec/aacsbr.c:1733:13: Warnung: Übergabe des Arguments 3 von »sbr_hf_inverse_filter« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1261:13: Anmerkung: expected »const float (*)[40][2]« but argument is of type »float (*)[40][2]« libavcodec/aacsbr.c:1737:24: Warnung: Übergabe des Arguments 4 von »sbr_hf_gen« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1360:12: Anmerkung: expected »const float (*)[40][2]« but argument is of type »float (*)[40][2]« libavcodec/aacsbr.c:1737:24: Warnung: Übergabe des Arguments 5 von »sbr_hf_gen« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1360:12: Anmerkung: expected »const float (*)[2]« but argument is of type »float (*)[2]« libavcodec/aacsbr.c:1737:24: Warnung: Übergabe des Arguments 6 von »sbr_hf_gen« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1360:12: Anmerkung: expected »const float (*)[2]« but argument is of type »float (*)[2]« libavcodec/aacsbr.c:1744:29: Warnung: Übergabe des Arguments 2 von »sbr_hf_assemble« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1608:13: Anmerkung: expected »const float (*)[40][2]« but argument is of type »float (*)[40][2]« libavcodec/aacsbr.c:1748:9: Warnung: Übergabe des Arguments 3 von »sbr_x_gen« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1412:12: Anmerkung: expected »const float (*)[40][2]« but argument is of type »float (*)[40][2]« libavcodec/aacsbr.c:1748:9: Warnung: Übergabe des Arguments 4 von »sbr_x_gen« von inkompatiblem Zeigertyp libavcodec/aacsbr.c:1412:12: Anmerkung: expected »const float (*)[38][64][2]« but argument is of type »float (*)[38][64][2]« CC libavcodec/aactab.o CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3enc.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adxdec.o CC libavcodec/alac.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/asv1.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/atrac3.o CC libavcodec/audioconvert.o CC libavcodec/aura.o CC libavcodec/avfft.o CC libavcodec/avpacket.o libavcodec/avpacket.c: In Funktion »av_dup_packet«: libavcodec/avpacket.c:76:5: Warnung: »av_destruct_packet_nofree« ist veraltet (deklariert bei libavcodec/avpacket.c:25) CC libavcodec/avs.o libavcodec/avs.c: In Funktion »avs_decode_frame«: libavcodec/avs.c:59:19: Warnung: »change_map.buffer« may be used uninitialized in this function CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o libavcodec/binkaudio.c: In Funktion »decode_block«: libavcodec/binkaudio.c:230:5: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe CC libavcodec/binkidct.o CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o libavcodec/bitstream_filter.c: In Funktion »av_bitstream_filter_filter«: libavcodec/bitstream_filter.c:62:5: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/bmp.o libavcodec/bmp.c: In Funktion »bmp_decode_frame«: libavcodec/bmp.c:51:14: Warnung: »rgb[0]« may be used uninitialized in this function libavcodec/bmp.c:51:14: Warnung: »rgb[1]« may be used uninitialized in this function libavcodec/bmp.c:51:14: Warnung: »rgb[2]« may be used uninitialized in this function CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/cavs.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdec.o CC libavcodec/cavsdsp.o CC libavcodec/cdgraphics.o CC libavcodec/celp_filters.o CC libavcodec/celp_math.o CC libavcodec/cga_data.o CC libavcodec/cinepak.o CC libavcodec/cljr.o CC libavcodec/cook.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/dca.o CC libavcodec/dca_parser.o CC libavcodec/dcadsp.o CC libavcodec/dct.o CC libavcodec/dirac.o CC libavcodec/dirac_parser.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dsicinav.o CC libavcodec/dsputil.o CC libavcodec/dv.o libavcodec/dv.c: In Funktion »dvvideo_decode_frame«: libavcodec/dv.c:1109:12: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/dv.c: Auf höchster Ebene: libavcodec/dv.c:349:20: Warnung: »dvvideo_init_encoder« definiert, aber nicht verwendet libavcodec/dv.c:943:12: Warnung: »dv_encode_video_segment« definiert, aber nicht verwendet CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o CC libavcodec/dvdata.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o libavcodec/dvdsubdec.c: In Funktion »decode_dvd_subtitles«: libavcodec/dvdsubdec.c:169:13: Warnung: »colormap[3]« may be used uninitialized in this function libavcodec/dvdsubdec.c:169:13: Warnung: »colormap[2]« may be used uninitialized in this function libavcodec/dvdsubdec.c:169:13: Warnung: »colormap[1]« may be used uninitialized in this function libavcodec/dvdsubdec.c:169:13: Warnung: »colormap[0]« may be used uninitialized in this function CC libavcodec/dwt.o CC libavcodec/dxa.o CC libavcodec/eac3dec.o CC libavcodec/eac3dec_data.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o CC libavcodec/fft.o CC libavcodec/ffv1.o libavcodec/ffv1.c:305:13: Warnung: »find_best_state« definiert, aber nicht verwendet libavcodec/ffv1.c:394:25: Warnung: »put_symbol« definiert, aber nicht verwendet CC libavcodec/flac.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flashsv.o libavcodec/flashsv.c: In Funktion »flashsv_decode_frame«: libavcodec/flashsv.c:202:36: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fraps.o CC libavcodec/frwu.o CC libavcodec/g722.o CC libavcodec/g726.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261dec.o CC libavcodec/h263.o CC libavcodec/h263_parser.o CC libavcodec/h263dec.o CC libavcodec/h264.o libavcodec/h264.c: In Funktion »decode_slice_header«: libavcodec/h264.c:1919:35: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libavcodec/h264.c: In Funktion »fill_filter_caches«: libavcodec/h264.c:2345:38: Warnung: Initialisierung von inkompatiblem Zeigertyp libavcodec/h264.c:2422:38: Warnung: Initialisierung von inkompatiblem Zeigertyp libavcodec/h264.c:2437:42: Warnung: Initialisierung von inkompatiblem Zeigertyp libavcodec/h264.c: In Funktion »execute_decode_slices«: libavcodec/h264.c:2740:31: Warnung: array subscript is below array bounds CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o libavcodec/h264_direct.c: In Funktion »pred_spatial_direct_motion«: libavcodec/h264_direct.c:263:12: Warnung: Zuweisung von inkompatiblem Zeigertyp libavcodec/h264_direct.c:264:12: Warnung: Zuweisung von inkompatiblem Zeigertyp libavcodec/h264_direct.c: In Funktion »pred_temp_direct_motion«: libavcodec/h264_direct.c:443:12: Warnung: Zuweisung von inkompatiblem Zeigertyp libavcodec/h264_direct.c:444:12: Warnung: Zuweisung von inkompatiblem Zeigertyp CC libavcodec/h264_loopfilter.o CC libavcodec/h264_parser.o CC libavcodec/h264_ps.o CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264dsp.o CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/huffman.o CC libavcodec/huffyuv.o libavcodec/huffyuv.c:863:12: Warnung: »encode_bgr_bitstream« definiert, aber nicht verwendet CC libavcodec/idcinvideo.o libavcodec/idcinvideo.c: In Funktion »idcin_decode_frame«: libavcodec/idcinvideo.c:216:5: Warnung: »AVPaletteControl« is deprecated (declared at libavcodec/avcodec.h:2915) CC libavcodec/iff.o CC libavcodec/imc.o CC libavcodec/imgconvert.o libavcodec/imgconvert.c: In Funktion »av_picture_data_copy«: libavcodec/imgconvert.c:800:19: Warnung: Übergabe des Arguments 3 von »av_image_copy« von inkompatiblem Zeigertyp ./libavcore/imgutils.h:99:6: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« libavcodec/imgconvert.c: In Funktion »av_picture_copy«: libavcodec/imgconvert.c:808:19: Warnung: Übergabe des Arguments 3 von »av_image_copy« von inkompatiblem Zeigertyp ./libavcore/imgutils.h:99:6: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t * const*« CC libavcodec/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayvideo.o libavcodec/interplayvideo.c: In Funktion »ipvideo_decode_frame«: libavcodec/interplayvideo.c:1045:5: Warnung: »AVPaletteControl« is deprecated (declared at libavcodec/avcodec.h:2915) CC libavcodec/intrax8.o CC libavcodec/intrax8dsp.o CC libavcodec/inverse.o CC libavcodec/ituh263dec.o CC libavcodec/ituh263enc.o CC libavcodec/ivi_common.o libavcodec/ivi_common.c: In Funktion »ff_ivi_decode_blocks«: libavcodec/ivi_common.c:333:32: Warnung: »mc_type« may be used uninitialized in this function libavcodec/ivi_common.c:333:41: Warnung: »mv_x« may be used uninitialized in this function libavcodec/ivi_common.c:333:47: Warnung: »mv_y« may be used uninitialized in this function libavcodec/ivi_common.c:336:22: Warnung: »sym« may be used uninitialized in this function CC libavcodec/ivi_dsp.o libavcodec/ivi_dsp.c: In Funktion »ff_ivi_recompose53«: libavcodec/ivi_dsp.c:40:21: Warnung: »b0_1« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:27: Warnung: »b0_2« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:33: Warnung: »b1_1« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:39: Warnung: »b1_2« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:45: Warnung: »b1_3« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:57: Warnung: »b2_2« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:63: Warnung: »b2_3« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:75: Warnung: »b2_5« may be used uninitialized in this function libavcodec/ivi_dsp.c:40:81: Warnung: »b2_6« may be used uninitialized in this function libavcodec/ivi_dsp.c:41:27: Warnung: »b3_2« may be used uninitialized in this function libavcodec/ivi_dsp.c:41:33: Warnung: »b3_3« may be used uninitialized in this function libavcodec/ivi_dsp.c:41:45: Warnung: »b3_5« may be used uninitialized in this function libavcodec/ivi_dsp.c:41:51: Warnung: »b3_6« may be used uninitialized in this function libavcodec/ivi_dsp.c:41:63: Warnung: »b3_8« may be used uninitialized in this function libavcodec/ivi_dsp.c:41:69: Warnung: »b3_9« may be used uninitialized in this function CC libavcodec/jfdctfst.o CC libavcodec/jfdctint.o CC libavcodec/jpegls.o CC libavcodec/jpeglsdec.o CC libavcodec/jrevdct.o CC libavcodec/kgv1dec.o CC libavcodec/kmvc.o CC libavcodec/latm_parser.o CC libavcodec/lcldec.o libavcodec/lcldec.c: In Funktion »zlib_decomp«: libavcodec/lcldec.c:136:24: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/lcldec.c: In Funktion »decode_frame«: libavcodec/lcldec.c:165:5: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/loco.o CC libavcodec/lsp.o CC libavcodec/lzw.o CC libavcodec/mace.o CC libavcodec/mdct.o CC libavcodec/mdec.o CC libavcodec/mimic.o CC libavcodec/mjpeg.o CC libavcodec/mjpeg_parser.o CC libavcodec/mjpegbdec.o CC libavcodec/mjpegdec.o CC libavcodec/mlp.o CC libavcodec/mlp_parser.o CC libavcodec/mlpdec.o CC libavcodec/mlpdsp.o CC libavcodec/mmvideo.o CC libavcodec/motion_est.o libavcodec/motion_est.c: In Funktion »h263_mv4_search«: libavcodec/motion_est.c:602:9: Warnung: »P[2][0]« may be used uninitialized in this function libavcodec/motion_est.c:602:9: Warnung: »P[2][1]« may be used uninitialized in this function libavcodec/motion_est.c:602:9: Warnung: »P[3][0]« may be used uninitialized in this function libavcodec/motion_est.c:602:9: Warnung: »P[3][1]« may be used uninitialized in this function libavcodec/motion_est.c:602:9: Warnung: »P[4][0]« may be used uninitialized in this function libavcodec/motion_est.c:602:9: Warnung: »P[4][1]« may be used uninitialized in this function libavcodec/motion_est.c: In Funktion »interlaced_search«: libavcodec/motion_est.c:752:9: Warnung: »P[2][0]« may be used uninitialized in this function libavcodec/motion_est.c:752:9: Warnung: »P[2][1]« may be used uninitialized in this function libavcodec/motion_est.c:752:9: Warnung: »P[3][0]« may be used uninitialized in this function libavcodec/motion_est.c:752:9: Warnung: »P[3][1]« may be used uninitialized in this function libavcodec/motion_est.c:752:9: Warnung: »P[4][0]« may be used uninitialized in this function libavcodec/motion_est.c:752:9: Warnung: »P[4][1]« may be used uninitialized in this function CC libavcodec/motionpixels.o CC libavcodec/mpc.o CC libavcodec/mpc7.o CC libavcodec/mpc8.o CC libavcodec/mpeg12.o CC libavcodec/mpeg12data.o CC libavcodec/mpeg4audio.o CC libavcodec/mpeg4video.o CC libavcodec/mpeg4video_parser.o CC libavcodec/mpeg4videodec.o libavcodec/mpeg4videodec.c: In Funktion »mpeg4_decode_block«: libavcodec/mpeg4videodec.c:841:9: Warnung: »dc_pred_dir« may be used uninitialized in this function CC libavcodec/mpeg4videoenc.o CC libavcodec/mpegaudio.o CC libavcodec/mpegaudio_parser.o CC libavcodec/mpegaudiodata.o CC libavcodec/mpegaudiodec.o CC libavcodec/mpegaudiodec_float.o CC libavcodec/mpegaudiodecheader.o CC libavcodec/mpegvideo.o libavcodec/mpegvideo.c: In Funktion »ff_find_unused_picture«: libavcodec/mpegvideo.c:881:5: Warnung: ISO C90 forbids mixed declarations and code CC libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_enc.c: In Funktion »encode_thread«: libavcodec/mpegvideo_enc.c:2368:38: Warnung: »dc[0]« may be used uninitialized in this function libavcodec/mpegvideo_enc.c:2368:38: Warnung: »dc[1]« may be used uninitialized in this function libavcodec/mpegvideo_enc.c:2368:38: Warnung: »dc[2]« may be used uninitialized in this function libavcodec/mpegvideo_enc.c:2368:38: Warnung: »dc[3]« may be used uninitialized in this function libavcodec/mpegvideo_enc.c:2368:38: Warnung: »dc[4]« may be used uninitialized in this function libavcodec/mpegvideo_enc.c:2368:38: Warnung: »dc[5]« may be used uninitialized in this function CC libavcodec/mpegvideo_parser.o CC libavcodec/mpegvideo_xvmc.o CC libavcodec/msgsmdec.o CC libavcodec/msmpeg4.o CC libavcodec/msmpeg4data.o CC libavcodec/msrle.o CC libavcodec/msrledec.o CC libavcodec/msvideo1.o CC libavcodec/nellymoser.o CC libavcodec/nellymoserdec.o CC libavcodec/nuv.o libavcodec/nuv.c: In Funktion »copy_frame«: libavcodec/nuv.c:75:5: Warnung: Übergabe des Arguments 2 von »avpicture_fill« entfernt Kennzeichner von Zeiger-Ziel-Typ libavcodec/avcodec.h:3145:5: Anmerkung: expected »uint8_t *« but argument is of type »const uint8_t *« CC libavcodec/opt.o CC libavcodec/options.o CC libavcodec/parser.o libavcodec/parser.c: In Funktion »av_parser_parse2«: libavcodec/parser.c:184:5: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libavcodec/parser.c: In Funktion »av_parser_change«: libavcodec/parser.c:220:5: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/pcm-mpeg.o CC libavcodec/pcm.o libavcodec/pcm.c: In Funktion »pcm_encode_frame«: libavcodec/pcm.c:105:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:108:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:111:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:114:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:117:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:120:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:132:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:135:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:161:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:165:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pcm.c:168:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/pcx.o CC libavcodec/pgssubdec.o CC libavcodec/pictordec.o CC libavcodec/png.o CC libavcodec/pngdec.o libavcodec/pngdec.c: In Funktion »png_decode_idat«: libavcodec/pngdec.c:366:24: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/pnm.o CC libavcodec/pnm_parser.o libavcodec/pnm_parser.c: In Funktion »pnm_parse«: libavcodec/pnm_parser.c:44:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pnm_parser.c:45:9: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/pnmdec.o libavcodec/pnmdec.c: In Funktion »pnm_decode_frame«: libavcodec/pnmdec.c:41:25: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/pnmdec.c:42:25: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/pthread.o CC libavcodec/ptx.o CC libavcodec/qcelpdec.o CC libavcodec/qdm2.o CC libavcodec/qdrw.o CC libavcodec/qpeg.o CC libavcodec/qtrle.o CC libavcodec/r210dec.o CC libavcodec/ra144.o CC libavcodec/ra144dec.o CC libavcodec/ra288.o CC libavcodec/rangecoder.o libavcodec/rangecoder.c: In Funktion »ff_init_range_decoder«: libavcodec/rangecoder.c:54:5: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/rangecoder.c:56:5: Warnung: Übergabe des Arguments 1 von »bytestream_get_be16« von inkompatiblem Zeigertyp libavcodec/bytestream.h:51:1: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« CC libavcodec/ratecontrol.o CC libavcodec/raw.o CC libavcodec/rawdec.o libavcodec/rawdec.c: In Funktion »raw_decode«: libavcodec/rawdec.c:154:5: Warnung: Übergabe des Arguments 2 von »avpicture_fill« entfernt Kennzeichner von Zeiger-Ziel-Typ libavcodec/avcodec.h:3145:5: Anmerkung: expected »uint8_t *« but argument is of type »const uint8_t *« libavcodec/rawdec.c:158:23: Warnung: Zuweisung von inkompatiblem Zeigertyp CC libavcodec/rdft.o CC libavcodec/resample.o CC libavcodec/resample2.o CC libavcodec/rl2.o CC libavcodec/roqvideo.o CC libavcodec/roqvideodec.o CC libavcodec/rpza.o CC libavcodec/rtjpeg.o CC libavcodec/rv10.o CC libavcodec/rv30.o CC libavcodec/rv30dsp.o CC libavcodec/rv34.o CC libavcodec/rv40.o CC libavcodec/rv40dsp.o CC libavcodec/s3tc.o CC libavcodec/sgidec.o CC libavcodec/shorten.o CC libavcodec/simple_idct.o CC libavcodec/sipr.o CC libavcodec/sipr16k.o CC libavcodec/smacker.o CC libavcodec/smc.o CC libavcodec/snow.o CC libavcodec/sonic.o CC libavcodec/sp5xdec.o CC libavcodec/sunrast.o CC libavcodec/svq1.o CC libavcodec/svq1dec.o libavcodec/svq1dec.c: In Funktion »svq1_decode_frame«: libavcodec/svq1dec.c:666:5: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/svq3.o libavcodec/svq3.c: In Funktion »svq3_decode_slice_header«: libavcodec/svq3.c:733:1: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/svq3.c:736:13: Warnung: Typkonvertierung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/synth_filter.o CC libavcodec/targa.o CC libavcodec/tiertexseqv.o CC libavcodec/tiff.o libavcodec/tiff.c: In Funktion »tiff_uncompress«: libavcodec/tiff.c:87:21: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/tmv.o CC libavcodec/truemotion1.o CC libavcodec/truemotion2.o CC libavcodec/truespeech.o CC libavcodec/tscc.o libavcodec/tscc.c: In Funktion »decode_frame«: libavcodec/tscc.c:97:24: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/tta.o CC libavcodec/twinvq.o CC libavcodec/txd.o CC libavcodec/ulti.o CC libavcodec/utils.o libavcodec/utils.c: In Funktion »avcodec_encode_audio«: libavcodec/utils.c:554:9: Warnung: Übergabe des Arguments 4 von »avctx->codec->encode« entfernt Kennzeichner von Zeiger-Ziel-Typ libavcodec/utils.c:554:9: Anmerkung: expected »void *« but argument is of type »const short int *« libavcodec/utils.c: In Funktion »avcodec_encode_video«: libavcodec/utils.c:571:9: Warnung: Übergabe des Arguments 4 von »avctx->codec->encode« entfernt Kennzeichner von Zeiger-Ziel-Typ libavcodec/utils.c:571:9: Anmerkung: expected »void *« but argument is of type »const struct AVFrame *« libavcodec/utils.c: In Funktion »avcodec_encode_subtitle«: libavcodec/utils.c:590:5: Warnung: Übergabe des Arguments 4 von »avctx->codec->encode« entfernt Kennzeichner von Zeiger-Ziel-Typ libavcodec/utils.c:590:5: Anmerkung: expected »void *« but argument is of type »const struct AVSubtitle *« libavcodec/utils.c: In Funktion »avcodec_decode_video«: libavcodec/utils.c:602:16: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/utils.c: In Funktion »avcodec_decode_audio2«: libavcodec/utils.c:641:16: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp libavcodec/utils.c: In Funktion »avcodec_decode_subtitle«: libavcodec/utils.c:682:16: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcodec/v210dec.o libavcodec/v210dec.c: In Funktion »decode_frame«: libavcodec/v210dec.c:79:18: Warnung: »val« may be used uninitialized in this function CC libavcodec/v210x.o CC libavcodec/vb.o CC libavcodec/vc1.o CC libavcodec/vc1_parser.o CC libavcodec/vc1data.o CC libavcodec/vc1dec.o CC libavcodec/vc1dsp.o libavcodec/vc1dsp.c: In Funktion »ff_vc1dsp_init«: libavcodec/vc1dsp.c:633:39: Warnung: Zuweisung von inkompatiblem Zeigertyp libavcodec/vc1dsp.c:650:39: Warnung: Zuweisung von inkompatiblem Zeigertyp CC libavcodec/vcr1.o CC libavcodec/vmdav.o CC libavcodec/vmnc.o CC libavcodec/vorbis.o CC libavcodec/vorbis_data.o CC libavcodec/vorbis_dec.o CC libavcodec/vp3.o CC libavcodec/vp3_parser.o CC libavcodec/vp3dsp.o CC libavcodec/vp5.o CC libavcodec/vp56.o CC libavcodec/vp56data.o CC libavcodec/vp56dsp.o CC libavcodec/vp56rac.o CC libavcodec/vp6.o CC libavcodec/vp6dsp.o CC libavcodec/vp8.o CC libavcodec/vp8_parser.o CC libavcodec/vp8dsp.o CC libavcodec/vqavideo.o CC libavcodec/wavpack.o CC libavcodec/wma.o CC libavcodec/wmadec.o CC libavcodec/wmaprodec.o CC libavcodec/wmavoice.o CC libavcodec/wmv2.o CC libavcodec/wmv2dec.o CC libavcodec/wnv1.o CC libavcodec/ws-snd1.o CC libavcodec/x86/cavsdsp_mmx.o CC libavcodec/x86/dct32_sse.o YASM libavcodec/x86/deinterlace.o CC libavcodec/x86/dnxhd_mmx.o CC libavcodec/x86/dsputil_mmx.o YASM libavcodec/x86/dsputil_yasm.o CC libavcodec/x86/dsputilenc_mmx.o YASM libavcodec/x86/dsputilenc_yasm.o CC libavcodec/x86/fdct_mmx.o CC libavcodec/x86/fft.o CC libavcodec/x86/fft_3dn.o CC libavcodec/x86/fft_3dn2.o YASM libavcodec/x86/fft_mmx.o libavcodec/x86/fft_mmx.asm:47: warning: section flags ignored on section redeclaration CC libavcodec/x86/fft_sse.o YASM libavcodec/x86/h264_chromamc.o YASM libavcodec/x86/h264_deblock.o YASM libavcodec/x86/h264_idct.o YASM libavcodec/x86/h264_intrapred.o CC libavcodec/x86/h264_intrapred_init.o YASM libavcodec/x86/h264_weight.o CC libavcodec/x86/h264dsp_mmx.o CC libavcodec/x86/idct_mmx.o CC libavcodec/x86/idct_mmx_xvid.o CC libavcodec/x86/idct_sse2_xvid.o CC libavcodec/x86/mlpdsp.o CC libavcodec/x86/motion_est_mmx.o CC libavcodec/x86/mpegaudiodec_mmx.o CC libavcodec/x86/mpegvideo_mmx.o CC libavcodec/x86/simple_idct_mmx.o CC libavcodec/x86/snowdsp_mmx.o CC libavcodec/x86/vc1dsp_mmx.o YASM libavcodec/x86/vc1dsp_yasm.o YASM libavcodec/x86/vp3dsp.o YASM libavcodec/x86/vp56dsp.o CC libavcodec/x86/vp56dsp_init.o CC libavcodec/x86/vp8dsp-init.o YASM libavcodec/x86/vp8dsp.o CC libavcodec/xan.o libavcodec/xan.c: In Funktion »xan_decode_frame«: libavcodec/xan.c:364:5: Warnung: »AVPaletteControl« is deprecated (declared at libavcodec/avcodec.h:2915) CC libavcodec/xiph.o CC libavcodec/xl.o CC libavcodec/xsubdec.o CC libavcodec/yop.o CC libavcodec/zmbv.o libavcodec/zmbv.c: In Funktion »decode_frame«: libavcodec/zmbv.c:494:28: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp AR libavcodec/libavcodec.a CC libswscale/options.o CC libswscale/rgb2rgb.o CC libswscale/swscale.o In file included from libswscale/swscale.c:1240:0: libswscale/swscale_template.c: In Funktion »yuv2yuv1_MMX2«: libswscale/swscale_template.c:954:9: Warnung: Initialisierung von inkompatiblem Zeigertyp libswscale/swscale_template.c:954:9: Warnung: Initialisierung von inkompatiblem Zeigertyp libswscale/swscale_template.c:954:9: Warnung: Initialisierung von inkompatiblem Zeigertyp libswscale/swscale_template.c:954:9: Warnung: Initialisierung von inkompatiblem Zeigertyp libswscale/swscale_template.c: In Funktion »yuv2packed2_MMX2«: libswscale/swscale_template.c:1236:17: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln libswscale/swscale_template.c:1237:17: Warnung: Dereferenzierung eines Type-Pun-Zeigers verletzt strict-aliasing-Regeln libswscale/swscale_template.c: In Funktion »hyscale_fast_MMX2«: libswscale/swscale_template.c:2261:26: Warnung: Initialisierung von inkompatiblem Zeigertyp libswscale/swscale_template.c: In Funktion »hcscale_fast_MMX2«: libswscale/swscale_template.c:2411:26: Warnung: Initialisierung von inkompatiblem Zeigertyp libswscale/swscale_template.c: In Funktion »swScale_MMX2«: libswscale/swscale_template.c:2737:13: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale_template.c:2738:13: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale_template.c:2739:13: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale_template.c:2767:42: Warnung: Typkonvertierung von Zeiger auf Ganzzahl anderer Breite libswscale/swscale_template.c:2773:46: Warnung: Typkonvertierung von Zeiger auf Ganzzahl anderer Breite libswscale/swscale_template.c:2780:42: Warnung: Typkonvertierung von Zeiger auf Ganzzahl anderer Breite libswscale/swscale_template.c:2861:13: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale_template.c:2862:13: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale_template.c:2863:13: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale.c: In Funktion »sws_scale«: libswscale/swscale.c:1907:5: Warnung: Übergabe des Arguments 1 von »check_image_pointers« von inkompatiblem Zeigertyp libswscale/swscale.c:1877:12: Anmerkung: expected »uint8_t **« but argument is of type »const uint8_t * const*« libswscale/swscale.c:1911:5: Warnung: Übergabe des Arguments 1 von »check_image_pointers« entfernt Kennzeichner von Zeiger-Ziel-Typ libswscale/swscale.c:1877:12: Anmerkung: expected »uint8_t **« but argument is of type »uint8_t * const*« libswscale/swscale.c:1993:9: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe libswscale/swscale.c:2016:9: Warnung: new qualifiers in middle of multi-level non-const cast are unsafe CC libswscale/utils.o libswscale/utils.c: In Funktion »sws_init_context«: libswscale/utils.c:925:13: Warnung: Übergabe des Arguments 5 von »initMMX2HScaler« von inkompatiblem Zeigertyp libswscale/utils.c:512:12: Anmerkung: expected »int32_t *« but argument is of type »int16_t *« libswscale/utils.c:926:13: Warnung: Übergabe des Arguments 5 von »initMMX2HScaler« von inkompatiblem Zeigertyp libswscale/utils.c:512:12: Anmerkung: expected »int32_t *« but argument is of type »int16_t *« CC libswscale/x86/yuv2rgb_mmx.o In file included from libswscale/x86/yuv2rgb_mmx.c:55:0: libswscale/x86/yuv2rgb_template.c: In Funktion »yuva420_rgb32_MMX«: libswscale/x86/yuv2rgb_template.c:410:1: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion libswscale/x86/yuv2rgb_template.c: In Funktion »yuva420_bgr32_MMX«: libswscale/x86/yuv2rgb_template.c:453:1: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion In file included from libswscale/x86/yuv2rgb_mmx.c:62:0: libswscale/x86/yuv2rgb_template.c: In Funktion »yuva420_rgb32_MMX2«: libswscale/x86/yuv2rgb_template.c:410:1: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion libswscale/x86/yuv2rgb_template.c: In Funktion »yuva420_bgr32_MMX2«: libswscale/x86/yuv2rgb_template.c:453:1: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion CC libswscale/yuv2rgb.o libswscale/yuv2rgb.c: In Funktion »ff_yuv2rgb_c_init_tables«: libswscale/yuv2rgb.c:658:39: Warnung: »abase« may be used uninitialized in this function AR libswscale/libswscale.a CC libavcore/imgutils.o CC libavcore/parseutils.o libavcore/parseutils.c: In Funktion »av_parse_video_size«: libavcore/parseutils.c:104:11: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC libavcore/samplefmt.o CC libavcore/utils.o AR libavcore/libavcore.a CC libavutil/adler32.o CC libavutil/aes.o libavutil/aes.c: In Funktion »av_aes_init«: libavutil/aes.c:160:9: Warnung: Übergabe des Arguments 1 von »init_multbl2« von inkompatiblem Zeigertyp libavutil/aes.c:122:13: Anmerkung: expected »uint8_t *« but argument is of type »uint32_t *« libavutil/aes.c:161:9: Warnung: Übergabe des Arguments 1 von »init_multbl2« von inkompatiblem Zeigertyp libavutil/aes.c:122:13: Anmerkung: expected »uint8_t *« but argument is of type »uint32_t *« CC libavutil/avstring.o libavutil/avstring.c: In Funktion »av_stristr«: libavutil/avstring.c:54:9: Warnung: return streicht Qualifizierer von Zeiger-Zieltyp libavutil/avstring.c:58:13: Warnung: return streicht Qualifizierer von Zeiger-Zieltyp CC libavutil/base64.o CC libavutil/cpu.o CC libavutil/crc.o CC libavutil/des.o CC libavutil/error.o CC libavutil/eval.o CC libavutil/fifo.o CC libavutil/intfloat_readwrite.o CC libavutil/inverse.o CC libavutil/lfg.o CC libavutil/lls.o CC libavutil/log.o CC libavutil/lzo.o CC libavutil/mathematics.o CC libavutil/md5.o CC libavutil/mem.o CC libavutil/opt.o CC libavutil/pixdesc.o CC libavutil/random_seed.o CC libavutil/rational.o CC libavutil/rc4.o CC libavutil/sha.o CC libavutil/tree.o CC libavutil/utils.o CC libavutil/x86/cpu.o AR libavutil/libavutil.a CC ffplay.o ffplay.c: In Funktion »do_exit«: ffplay.c:1341:5: Warnung: Format-Zeichenkette gnu_printf der Länge null ffplay.c: In Funktion »input_request_frame«: ffplay.c:1727:23: Warnung: Übergabe des Arguments 3 von »av_image_copy« von inkompatiblem Zeigertyp libavcore/imgutils.h:99:6: Anmerkung: expected »const uint8_t **« but argument is of type »uint8_t **« ffplay.c: In Funktion »main«: ffplay.c:3164:19: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp ffplay.c: In Funktion »video_thread«: ffplay.c:1789:13: Warnung: »pts_int« may be used uninitialized in this function ffplay.c:1794:13: Warnung: »pos« may be used uninitialized in this function CC cmdutils.o cmdutils.c: In Funktion »init_opts«: cmdutils.c:66:5: Warnung: »sws_getContext« ist veraltet (deklariert bei libswscale/swscale.h:191) LD ffplay_g CP ffplay STRIP ffplay CC ffprobe.o LD ffprobe_g CP ffprobe STRIP ffprobe make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' touch contrib/ffmpeg/.stamp.build make -j 1 -C ./contrib/ffmpeg/ffmpeg-r25689/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' INSTALL libavdevice/libavdevice.a INSTALL libavfilter/libavfilter.a INSTALL libavformat/libavformat.a INSTALL libavcodec/libavcodec.a INSTALL libswscale/libswscale.a INSTALL libavcore/libavcore.a INSTALL libavutil/libavutil.a INSTALL libavdevice/avdevice.h INSTALL libavdevice/libavdevice.pc INSTALL libavfilter/avfilter.h INSTALL libavfilter/libavfilter.pc INSTALL libavformat/avformat.h INSTALL libavformat/avio.h INSTALL libavformat/libavformat.pc INSTALL libavcodec/avcodec.h INSTALL libavcodec/avfft.h INSTALL libavcodec/dxva2.h INSTALL libavcodec/opt.h INSTALL libavcodec/vaapi.h INSTALL libavcodec/vdpau.h INSTALL libavcodec/xvmc.h INSTALL libavcodec/audioconvert.h INSTALL libavcodec/libavcodec.pc INSTALL libswscale/swscale.h INSTALL libswscale/libswscale.pc INSTALL libavcore/avcore.h INSTALL libavcore/imgutils.h INSTALL libavcore/parseutils.h INSTALL libavcore/samplefmt.h INSTALL libavcore/libavcore.pc INSTALL libavutil/adler32.h INSTALL libavutil/attributes.h INSTALL libavutil/avassert.h INSTALL libavutil/avstring.h INSTALL libavutil/avutil.h INSTALL libavutil/base64.h INSTALL libavutil/bswap.h INSTALL libavutil/common.h INSTALL libavutil/cpu.h INSTALL libavutil/crc.h INSTALL libavutil/error.h INSTALL libavutil/eval.h INSTALL libavutil/fifo.h INSTALL libavutil/intfloat_readwrite.h INSTALL libavutil/intreadwrite.h INSTALL libavutil/lfg.h INSTALL libavutil/log.h INSTALL libavutil/lzo.h INSTALL libavutil/mathematics.h INSTALL libavutil/md5.h INSTALL libavutil/mem.h INSTALL libavutil/opt.h INSTALL libavutil/pixdesc.h INSTALL libavutil/pixfmt.h INSTALL libavutil/random_seed.h INSTALL libavutil/rational.h INSTALL libavutil/sha1.h INSTALL libavutil/avconfig.h INSTALL libavutil/libavutil.pc INSTALL ffplay INSTALL ffprobe INSTALL ffpresets/libx264-slow.ffpreset INSTALL ffpresets/libx264-veryfast.ffpreset INSTALL ffpresets/libx264-lossless_medium.ffpreset INSTALL ffpresets/libx264-veryslow.ffpreset INSTALL ffpresets/libx264-slower.ffpreset INSTALL ffpresets/libx264-main.ffpreset INSTALL ffpresets/libx264-veryslow_firstpass.ffpreset INSTALL ffpresets/libx264-faster.ffpreset INSTALL ffpresets/libx264-superfast.ffpreset INSTALL ffpresets/libx264-ultrafast.ffpreset INSTALL ffpresets/libx264-lossless_slow.ffpreset INSTALL ffpresets/libx264-fast.ffpreset INSTALL ffpresets/libx264-faster_firstpass.ffpreset INSTALL ffpresets/libx264-lossless_slower.ffpreset INSTALL ffpresets/libx264-lossless_max.ffpreset INSTALL ffpresets/libx264-medium_firstpass.ffpreset INSTALL ffpresets/libx264-veryfast_firstpass.ffpreset INSTALL ffpresets/libx264-baseline.ffpreset INSTALL ffpresets/libx264-placebo_firstpass.ffpreset INSTALL ffpresets/libx264-fast_firstpass.ffpreset INSTALL ffpresets/libx264-lossless_fast.ffpreset INSTALL ffpresets/libx264-medium.ffpreset INSTALL ffpresets/libx264-ipod640.ffpreset INSTALL ffpresets/libx264-placebo.ffpreset INSTALL ffpresets/libx264-slow_firstpass.ffpreset INSTALL ffpresets/libx264-ipod320.ffpreset INSTALL ffpresets/libx264-slower_firstpass.ffpreset INSTALL ffpresets/libx264-lossless_ultrafast.ffpreset INSTALL ffpresets/libx264-ultrafast_firstpass.ffpreset INSTALL ffpresets/libx264-superfast_firstpass.ffpreset make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ffmpeg/ffmpeg-r25689' touch contrib/ffmpeg/.stamp.install /usr/bin/wget -O ../download/fontconfig-2.8.0.tar.gz http://download.m0k.org/handbrake/contrib/fontconfig-2.8.0.tar.gz --2011-03-13 17:16:10-- http://download.m0k.org/handbrake/contrib/fontconfig-2.8.0.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1548409 (1,5M) [application/octet-stream] In »»../download/fontconfig-2.8.0.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 3% 192K 8s 50K .......... .......... .......... .......... .......... 6% 692K 5s 100K .......... .......... .......... .......... .......... 9% 854K 4s 150K .......... .......... .......... .......... .......... 13% 1,31M 3s 200K .......... .......... .......... .......... .......... 16% 1,31M 2s 250K .......... .......... .......... .......... .......... 19% 1,30M 2s 300K .......... .......... .......... .......... .......... 23% 1,25M 2s 350K .......... .......... .......... .......... .......... 26% 1,40M 2s 400K .......... .......... .......... .......... .......... 29% 1,33M 1s 450K .......... .......... .......... .......... .......... 33% 1,30M 1s 500K .......... .......... .......... .......... .......... 36% 1,25M 1s 550K .......... .......... .......... .......... .......... 39% 1,35M 1s 600K .......... .......... .......... .......... .......... 42% 1,35M 1s 650K .......... .......... .......... .......... .......... 46% 201K 1s 700K .......... .......... .......... .......... .......... 49% 6,94M 1s 750K .......... .......... .......... .......... .......... 52% 110M 1s 800K .......... .......... .......... .......... .......... 56% 84,7M 1s 850K .......... .......... .......... .......... .......... 59% 133M 1s 900K .......... .......... .......... .......... .......... 62% 1,82M 1s 950K .......... .......... .......... .......... .......... 66% 2,83M 1s 1000K .......... .......... .......... .......... .......... 69% 962K 0s 1050K .......... .......... .......... .......... .......... 72% 717K 0s 1100K .......... .......... .......... .......... .......... 76% 1,33M 0s 1150K .......... .......... .......... .......... .......... 79% 1,19M 0s 1200K .......... .......... .......... .......... .......... 82% 1,32M 0s 1250K .......... .......... .......... .......... .......... 85% 1,30M 0s 1300K .......... .......... .......... .......... .......... 89% 1,33M 0s 1350K .......... .......... .......... .......... .......... 92% 476K 0s 1400K .......... .......... .......... .......... .......... 95% 3,20M 0s 1450K .......... .......... .......... .......... .......... 99% 5,06M 0s 1500K .......... .. 100% 14,1M=1,5s 2011-03-13 17:16:12 (1004 KB/s) - »»../download/fontconfig-2.8.0.tar.gz«« gespeichert [1548409/1548409] /usr/bin/mkdir -p contrib/fontconfig/ /usr/bin/rm -fr ./contrib/fontconfig/fontconfig-2.8.0/ /usr/bin/tar xfC ../download/fontconfig-2.8.0.tar.gz ./contrib/fontconfig/ touch contrib/fontconfig/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/fontconfig/fontconfig-2.8.0/ < ../contrib/fontconfig/A00-mingw-disableShared.patch patching file configure patching file configure.in patching file src/Makefile.am patching file src/Makefile.in touch contrib/fontconfig/.stamp.patch /usr/bin/wget -O ../download/freetype-2.3.9.tar.gz http://download.m0k.org/handbrake/contrib/freetype-2.3.9.tar.gz --2011-03-13 17:16:16-- http://download.m0k.org/handbrake/contrib/freetype-2.3.9.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1809558 (1,7M) [application/octet-stream] In »»../download/freetype-2.3.9.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 2% 252K 7s 50K .......... .......... .......... .......... .......... 5% 652K 5s 100K .......... .......... .......... .......... .......... 8% 776K 4s 150K .......... .......... .......... .......... .......... 11% 1,06M 3s 200K .......... .......... .......... .......... .......... 14% 1,33M 3s 250K .......... .......... .......... .......... .......... 16% 1,27M 2s 300K .......... .......... .......... .......... .......... 19% 1,31M 2s 350K .......... .......... .......... .......... .......... 22% 1,33M 2s 400K .......... .......... .......... .......... .......... 25% 1,32M 2s 450K .......... .......... .......... .......... .......... 28% 1,28M 2s 500K .......... .......... .......... .......... .......... 31% 1,35M 1s 550K .......... .......... .......... .......... .......... 33% 1,34M 1s 600K .......... .......... .......... .......... .......... 36% 1,27M 1s 650K .......... .......... .......... .......... .......... 39% 1,30M 1s 700K .......... .......... .......... .......... .......... 42% 201K 1s 750K .......... .......... .......... .......... .......... 45% 3,39M 1s 800K .......... .......... .......... .......... .......... 48% 8,57M 1s 850K .......... .......... .......... .......... .......... 50% 14,0M 1s 900K .......... .......... .......... .......... .......... 53% 95,9M 1s 950K .......... .......... .......... .......... .......... 56% 115M 1s 1000K .......... .......... .......... .......... .......... 59% 89,9M 1s 1050K .......... .......... .......... .......... .......... 62% 260K 1s 1100K .......... .......... .......... .......... .......... 65% 682K 1s 1150K .......... .......... .......... .......... .......... 67% 1,16M 1s 1200K .......... .......... .......... .......... .......... 70% 1,37M 1s 1250K .......... .......... .......... .......... .......... 73% 1,29M 1s 1300K .......... .......... .......... .......... .......... 76% 1,34M 0s 1350K .......... .......... .......... .......... .......... 79% 267K 0s 1400K .......... .......... .......... .......... .......... 82% 2,80M 0s 1450K .......... .......... .......... .......... .......... 84% 2,60M 0s 1500K .......... .......... .......... .......... .......... 87% 1,91M 0s 1550K .......... .......... .......... .......... .......... 90% 133M 0s 1600K .......... .......... .......... .......... .......... 93% 85,1M 0s 1650K .......... .......... .......... .......... .......... 96% 4,81M 0s 1700K .......... .......... .......... .......... .......... 99% 1,24M 0s 1750K .......... ....... 100% 1,56M=1,8s 2011-03-13 17:16:19 (1004 KB/s) - »»../download/freetype-2.3.9.tar.gz«« gespeichert [1809558/1809558] /usr/bin/mkdir -p contrib/freetype/ /usr/bin/rm -fr ./contrib/freetype/freetype-2.3.9/ /usr/bin/tar xfC ../download/freetype-2.3.9.tar.gz ./contrib/freetype/ touch contrib/freetype/.stamp.extract touch contrib/freetype/.stamp.patch set -e; cd ./contrib/freetype/freetype-2.3.9/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' FreeType build system -- automatic system detection The following settings are used: platform unix compiler /usr/bin/gcc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk If this does not correspond to your system or settings please remove the file `config.mk' from this directory then read the INSTALL file for help. Otherwise, simply type `make' again to build the library, or `make refdoc' to build the API reference (the latter needs python). Generating modules list in ./objs/ftmodule.h... * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc) * module: type1 (Postscript font files with extension *.pfa or *.pfb) * module: cff (OpenType fonts with extension *.otf) * module: cid (Postscript CID-keyed fonts, no known extension) * module: pfr (PFR/TrueDoc font files with extension *.pfr) * module: type42 (Type 42 font files with no known extension) * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon) * module: pcf (pcf bitmap fonts) * module: bdf (bdf bitmap fonts) * module: sfnt (helper module for TrueType & OpenType formats) * module: autofit (automatic hinting module) * module: pshinter (Postscript hinter module) * module: raster (monochrome bitmap renderer) * module: smooth (anti-aliased bitmap renderer) * module: smooth (anti-aliased bitmap renderer for LCDs) * module: smooth (anti-aliased bitmap renderer for vertical LCDs) * module: psaux (Postscript Type 1 & Type 2 helper module) * module: psnames (Postscript & Unicode Glyph name handling) done. cd builds/unix; ./configure '--prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/' '--disable-dependency-tracking' '--disable-shared' '--enable-static' configure: WARNING: unrecognized options: --disable-dependency-tracking checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/bin/gcc -E checking for rm... rm -f checking for rmdir... rmdir checking for a BSD-compatible install... /usr/bin/ginstall -c checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking size of int... 4 checking size of long... 4 checking cpp computation of bit length in ftconfig.in works... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether munmap is declared... yes checking for munmap's first parameter type... void * checking for memcpy... yes checking for memmove... yes checking for gzsetparams in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking whether CFLAGS includes -isysroot option... no checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating ./config.status config.status: creating unix-cc.mk config.status: creating unix-def.mk config.status: creating freetype-config config.status: creating freetype2.pc config.status: creating ftconfig.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-dependency-tracking make[1]: Für das Ziel »unix« ist nichts zu tun. make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' touch contrib/freetype/.stamp.configure make -C ./contrib/freetype/freetype-2.3.9/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' rm -f /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsystem.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdebug.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftinit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftadvanc.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcalc.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdbgmem.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgloadr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftnames.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftoutln.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftrfork.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstream.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttrigon.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftutil.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttpload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttgload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttinterp.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttgxvar.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttdriver.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1parse.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1load.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1driver.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1afm.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1gload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1objs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffgload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffparse.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffcmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffdrivr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidparse.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidriver.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidgload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrgload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrcmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrdrivr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrsbit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t42objs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t42parse.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t42drivr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcfdrivr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcfread.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcfutil.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdflib.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdfdrivr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttload.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttmtx.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttcmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttsbit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttpost.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttkern.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttbdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfdriver.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afangles.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afcjk.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afdummy.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afglobal.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afhints.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afindic.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/aflatin.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afloader.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afmodule.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afwarp.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshrec.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshglob.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshmod.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshalgo.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftraster.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftrend1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgrays.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsmooth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcbasic.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftccache.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftccmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcglyph.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcimage.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcmanag.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcmru.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcsbits.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psobjs.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1decode.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1cmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afmparse.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psconv.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psauxmod.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psmodule.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbase.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/truetype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cff.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1cid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type42.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/autofit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshinter.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/raster.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/smooth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcache.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psaux.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psnames.lo rm -f /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsystem.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdebug.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftinit.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftadvanc.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcalc.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdbgmem.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgloadr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftnames.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftoutln.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftrfork.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstream.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttrigon.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftutil.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttpload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttgload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttinterp.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttgxvar.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttdriver.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1parse.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1load.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1driver.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1afm.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1gload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1objs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffgload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffparse.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffcmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cffdrivr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidparse.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidriver.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidgload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cidobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrgload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrcmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrdrivr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrsbit.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfrobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t42objs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t42parse.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t42drivr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcfdrivr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcfread.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcfutil.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdflib.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdfdrivr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttload.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttmtx.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttcmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttsbit.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttpost.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttkern.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ttbdf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfdriver.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afangles.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afcjk.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afdummy.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afglobal.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afhints.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afindic.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/aflatin.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afloader.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afmodule.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afwarp.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshrec.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshglob.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshmod.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshalgo.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftraster.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftrend1.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgrays.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsmooth.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcbasic.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftccache.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftccmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcglyph.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcimage.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcmanag.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcmru.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcsbits.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psobjs.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1decode.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/t1cmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/afmparse.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psconv.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psauxmod.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psmodule.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbase.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/truetype.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cff.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1cid.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type42.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/autofit.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshinter.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/raster.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/smooth.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcache.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psaux.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psnames.o \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftexport.sym /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/apinames make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' /usr/bin/rm -f ./contrib/freetype/.stamp.build make -C ./contrib/freetype/freetype-2.3.9/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsystem.lo builds/unix/ftsystem.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" builds/unix/ftsystem.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsystem.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdebug.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftdebug.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftdebug.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdebug.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftinit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftinit.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftinit.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftinit.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbase.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbase.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbase.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbase.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbbox.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbbox.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbdf.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbdf.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbitmap.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftbitmap.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftcid.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftcid.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftfstype.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftfstype.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftgasp.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftgasp.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftglyph.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftglyph.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftgxval.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftgxval.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftlcdfil.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftlcdfil.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftmm.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftmm.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftotval.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftotval.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftpatent.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftpatent.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftpfr.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftpfr.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftstroke.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftstroke.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftsynth.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftsynth.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/fttype1.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/fttype1.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftwinfnt.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftwinfnt.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftxf86.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/base/ftxf86.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/truetype -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/truetype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/truetype/truetype.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/truetype /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/truetype/truetype.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/truetype.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type1 -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type1/type1.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type1 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type1/type1.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cff -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cff.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cff/cff.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cff /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cff/cff.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cff.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cid -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1cid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cid/type1cid.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cid /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cid/type1cid.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1cid.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pfr -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pfr/pfr.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pfr /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pfr/pfr.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfr.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type42 -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type42.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type42/type42.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type42 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/type42/type42.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type42.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/winfonts -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/winfonts/winfnt.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/winfonts /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/winfonts/winfnt.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pcf -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pcf/pcf.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pcf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pcf/pcf.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcf.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/bdf -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/bdf/bdf.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/bdf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/bdf/bdf.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdf.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/sfnt -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/sfnt/sfnt.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/sfnt /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/sfnt/sfnt.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfnt.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/autofit -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/autofit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/autofit/autofit.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/autofit /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/autofit/autofit.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/autofit.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pshinter -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshinter.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pshinter/pshinter.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pshinter /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/pshinter/pshinter.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshinter.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/raster -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/raster.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/raster/raster.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/raster /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/raster/raster.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/raster.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/smooth -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/smooth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/smooth/smooth.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/smooth /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/smooth/smooth.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/smooth.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cache -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcache.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cache/ftcache.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cache /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/cache/ftcache.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcache.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/gzip/ftgzip.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/gzip/ftgzip.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/lzw -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/lzw/ftlzw.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/lzw /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/lzw/ftlzw.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psaux -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psaux.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psaux/psaux.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psaux /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psaux/psaux.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psaux.o ./builds/unix/libtool --mode=compile /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psnames -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psnames.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psnames/psmodule.c libtool: compile: /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs -I./builds/unix -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include -c -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=" -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psnames /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/psnames/psmodule.c -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psnames.o /usr/bin/gcc -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/apinames /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/src/tools/apinames.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/apinames -o/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftexport.sym /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/tttables.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftoutln.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/t1tables.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fterrors.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftlzw.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftcid.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftbitmap.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmodapi.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsystem.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsynth.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftlcdfil.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftpfr.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsizes.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftrender.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftstroke.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftglyph.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftlist.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftincrem.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftchapters.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftbdf.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftcache.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ttnameid.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftgzip.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftwinfnt.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmac.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/freetype.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fttypes.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftotval.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftbbox.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmm.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftadvanc.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftxf86.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmoderr.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftgasp.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftgxval.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsnames.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/tttags.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ttunpat.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fterrdef.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fttrigon.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftimage.h ./builds/unix/libtool --mode=link /usr/bin/gcc -o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/libfreetype.la /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsystem.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdebug.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftinit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbase.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/truetype.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cff.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1cid.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfr.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type42.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdf.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfnt.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/autofit.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshinter.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/raster.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/smooth.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcache.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psaux.lo /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psnames.lo -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -version-info 9:20:3 -lz -no-undefined libtool: link: ar cru /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/.libs/libfreetype.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsystem.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftdebug.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftinit.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbase.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbbox.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbdf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftbitmap.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcid.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftfstype.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgasp.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftglyph.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgxval.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlcdfil.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmm.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftotval.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpatent.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftpfr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftstroke.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftsynth.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/fttype1.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftwinfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftxf86.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/truetype.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/cff.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type1cid.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pfr.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/type42.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/winfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pcf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/bdf.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/sfnt.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/autofit.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/pshinter.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/raster.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/smooth.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftcache.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftgzip.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftlzw.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psaux.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/psnames.o libtool: link: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/.libs/libfreetype.a libtool: link: ( cd "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/.libs" && rm -f "libfreetype.la" && ln -s "../libfreetype.la" "libfreetype.la" ) make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' touch contrib/freetype/.stamp.build make -j 1 -C ./contrib/freetype/freetype-2.3.9/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' ./builds/unix/mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/config \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/cache \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/config /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/cache /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal ./builds/unix/libtool --mode=install /usr/bin/ginstall -c \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/libfreetype.la /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib libtool: install: /usr/bin/ginstall -c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/.libs/libfreetype.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfreetype.la libtool: install: /usr/bin/ginstall -c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/.libs/libfreetype.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfreetype.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfreetype.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfreetype.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- for P in /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/tttables.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftoutln.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/t1tables.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fterrors.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftlzw.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftcid.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftbitmap.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmodapi.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsystem.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsynth.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftlcdfil.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftpfr.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsizes.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftrender.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftstroke.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftglyph.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftlist.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftincrem.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftchapters.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftbdf.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftcache.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ttnameid.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftgzip.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftwinfnt.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmac.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/freetype.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fttypes.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftotval.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftbbox.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmm.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftadvanc.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftxf86.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftmoderr.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftgasp.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftgxval.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftsnames.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/tttags.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ttunpat.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fterrdef.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/fttrigon.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/ftimage.h ; do \ /usr/bin/ginstall -c -m 644 \ $P /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype ; \ done for P in /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/config/ftstdlib.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/config/ftconfig.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/config/ftmodule.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/config/ftoption.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/include/freetype/config/ftheader.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmodule.h ; do \ /usr/bin/ginstall -c -m 644 \ $P /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/config ; \ done rm -f /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/cache/* rmdir /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/cache rm -f /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/internal/* rmdir /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/internal rmdir: konnte „/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/internal“ nicht entfernen: Datei oder Verzeichnis nicht gefunden make[1]: [install] Fehler 1 (ignoriert) /usr/bin/ginstall -c -m 644 ./builds/unix/ft2unix.h \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/ft2build.h /usr/bin/ginstall -c -m 644 ./builds/unix/ftconfig.h \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/config/ftconfig.h /usr/bin/ginstall -c -m 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9/objs/ftmodule.h \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2/freetype/config/ftmodule.h /usr/bin/ginstall -c -m 755 ./builds/unix/freetype-config \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/freetype-config /usr/bin/ginstall -c -m 644 ./builds/unix/freetype2.m4 \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal/freetype2.m4 /usr/bin/ginstall -c -m 644 ./builds/unix/freetype2.pc \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig/freetype2.pc make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/freetype/freetype-2.3.9' touch contrib/freetype/.stamp.install /usr/bin/wget -O ../download/libxml2-2.7.7.tar.gz http://download.m0k.org/handbrake/contrib/libxml2-2.7.7.tar.gz --2011-03-13 17:16:53-- http://download.m0k.org/handbrake/contrib/libxml2-2.7.7.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 4868502 (4,6M) [application/octet-stream] In »»../download/libxml2-2.7.7.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 1% 231K 20s 50K .......... .......... .......... .......... .......... 2% 652K 14s 100K .......... .......... .......... .......... .......... 3% 755K 11s 150K .......... .......... .......... .......... .......... 4% 993K 9s 200K .......... .......... .......... .......... .......... 5% 1,26M 8s 250K .......... .......... .......... .......... .......... 6% 1,41M 7s 300K .......... .......... .......... .......... .......... 7% 1,27M 7s 350K .......... .......... .......... .......... .......... 8% 1,36M 6s 400K .......... .......... .......... .......... .......... 9% 1,28M 6s 450K .......... .......... .......... .......... .......... 10% 1,34M 5s 500K .......... .......... .......... .......... .......... 11% 1,24M 5s 550K .......... .......... .......... .......... .......... 12% 1,44M 5s 600K .......... .......... .......... .......... .......... 13% 1,29M 5s 650K .......... .......... .......... .......... .......... 14% 1,13M 5s 700K .......... .......... .......... .......... .......... 15% 1,59M 4s 750K .......... .......... .......... .......... .......... 16% 1,28M 4s 800K .......... .......... .......... .......... .......... 17% 166K 5s 850K .......... .......... .......... .......... .......... 18% 2,91M 5s 900K .......... .......... .......... .......... .......... 19% 16,4M 5s 950K .......... .......... .......... .......... .......... 21% 8,42M 4s 1000K .......... .......... .......... .......... .......... 22% 40,1M 4s 1050K .......... .......... .......... .......... .......... 23% 121M 4s 1100K .......... .......... .......... .......... .......... 24% 4,34M 4s 1150K .......... .......... .......... .......... .......... 25% 3,40M 4s 1200K .......... .......... .......... .......... .......... 26% 3,47M 3s 1250K .......... .......... .......... .......... .......... 27% 784K 3s 1300K .......... .......... .......... .......... .......... 28% 627K 3s 1350K .......... .......... .......... .......... .......... 29% 941K 3s 1400K .......... .......... .......... .......... .......... 30% 1,32M 3s 1450K .......... .......... .......... .......... .......... 31% 1,27M 3s 1500K .......... .......... .......... .......... .......... 32% 1,42M 3s 1550K .......... .......... .......... .......... .......... 33% 1,28M 3s 1600K .......... .......... .......... .......... .......... 34% 242K 3s 1650K .......... .......... .......... .......... .......... 35% 2,59M 3s 1700K .......... .......... .......... .......... .......... 36% 3,13M 3s 1750K .......... .......... .......... .......... .......... 37% 2,55M 3s 1800K .......... .......... .......... .......... .......... 38% 1,50M 3s 1850K .......... .......... .......... .......... .......... 39% 3,70M 3s 1900K .......... .......... .......... .......... .......... 41% 55,6M 3s 1950K .......... .......... .......... .......... .......... 42% 61,4M 3s 2000K .......... .......... .......... .......... .......... 43% 1,85M 3s 2050K .......... .......... .......... .......... .......... 44% 1,28M 2s 2100K .......... .......... .......... .......... .......... 45% 1,32M 2s 2150K .......... .......... .......... .......... .......... 46% 1,32M 2s 2200K .......... .......... .......... .......... .......... 47% 1,34M 2s 2250K .......... .......... .......... .......... .......... 48% 1,29M 2s 2300K .......... .......... .......... .......... .......... 49% 1,30M 2s 2350K .......... .......... .......... .......... .......... 50% 1,27M 2s 2400K .......... .......... .......... .......... .......... 51% 1,36M 2s 2450K .......... .......... .......... .......... .......... 52% 1,35M 2s 2500K .......... .......... .......... .......... .......... 53% 1,30M 2s 2550K .......... .......... .......... .......... .......... 54% 1,31M 2s 2600K .......... .......... .......... .......... .......... 55% 1,28M 2s 2650K .......... .......... .......... .......... .......... 56% 1,36M 2s 2700K .......... .......... .......... .......... .......... 57% 1,33M 2s 2750K .......... .......... .......... .......... .......... 58% 1,28M 2s 2800K .......... .......... .......... .......... .......... 59% 1,33M 2s 2850K .......... .......... .......... .......... .......... 60% 1,31M 2s 2900K .......... .......... .......... .......... .......... 62% 1,32M 2s 2950K .......... .......... .......... .......... .......... 63% 1,29M 2s 3000K .......... .......... .......... .......... .......... 64% 1,30M 1s 3050K .......... .......... .......... .......... .......... 65% 1,37M 1s 3100K .......... .......... .......... .......... .......... 66% 1,12M 1s 3150K .......... .......... .......... .......... .......... 67% 1,58M 1s 3200K .......... .......... .......... .......... .......... 68% 1,28M 1s 3250K .......... .......... .......... .......... .......... 69% 1,38M 1s 3300K .......... .......... .......... .......... .......... 70% 1,30M 1s 3350K .......... .......... .......... .......... .......... 71% 1,31M 1s 3400K .......... .......... .......... .......... .......... 72% 1,29M 1s 3450K .......... .......... .......... .......... .......... 73% 1,34M 1s 3500K .......... .......... .......... .......... .......... 74% 1,27M 1s 3550K .......... .......... .......... .......... .......... 75% 1,36M 1s 3600K .......... .......... .......... .......... .......... 76% 1,30M 1s 3650K .......... .......... .......... .......... .......... 77% 1,30M 1s 3700K .......... .......... .......... .......... .......... 78% 1,35M 1s 3750K .......... .......... .......... .......... .......... 79% 1,26M 1s 3800K .......... .......... .......... .......... .......... 80% 1,36M 1s 3850K .......... .......... .......... .......... .......... 82% 1,30M 1s 3900K .......... .......... .......... .......... .......... 83% 1,31M 1s 3950K .......... .......... .......... .......... .......... 84% 1,36M 1s 4000K .......... .......... .......... .......... .......... 85% 1,28M 1s 4050K .......... .......... .......... .......... .......... 86% 1,30M 1s 4100K .......... .......... .......... .......... .......... 87% 1,29M 1s 4150K .......... .......... .......... .......... .......... 88% 1,32M 0s 4200K .......... .......... .......... .......... .......... 89% 1,37M 0s 4250K .......... .......... .......... .......... .......... 90% 1,30M 0s 4300K .......... .......... .......... .......... .......... 91% 1,33M 0s 4350K .......... .......... .......... .......... .......... 92% 1,30M 0s 4400K .......... .......... .......... .......... .......... 93% 1,36M 0s 4450K .......... .......... .......... .......... .......... 94% 1,29M 0s 4500K .......... .......... .......... .......... .......... 95% 1,28M 0s 4550K .......... .......... .......... .......... .......... 96% 1,26M 0s 4600K .......... .......... .......... .......... .......... 97% 1,40M 0s 4650K .......... .......... .......... .......... .......... 98% 1,34M 0s 4700K .......... .......... .......... .......... .......... 99% 1,25M 0s 4750K .... 100% 3,16M=3,9s 2011-03-13 17:16:57 (1,19 MB/s) - »»../download/libxml2-2.7.7.tar.gz«« gespeichert [4868502/4868502] /usr/bin/mkdir -p contrib/libxml2/ /usr/bin/rm -fr ./contrib/libxml2/libxml2-2.7.7/ /usr/bin/tar xfC ../download/libxml2-2.7.7.tar.gz ./contrib/libxml2/ touch contrib/libxml2/.stamp.extract touch contrib/libxml2/.stamp.patch set -e; cd ./contrib/libxml2/libxml2-2.7.7/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --without-python --without-threads checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking for a BSD-compatible install... /usr/bin/ginstall -c checking how to run the C preprocessor... /usr/bin/gcc -E checking for rm... /usr/bin/rm checking for mv... /usr/bin/mv checking for tar... /usr/bin/tar checking for perl... /usr/bin/perl checking for wget... /usr/bin/wget checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for function prototypes... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 string.h... (cached) yes checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... /usr/bin/rm: cannot remove `conftest*': No such file or directory yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes Checking zlib checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzread in -lz... yes Checking headers checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... 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 malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking inttypes.h.h usability... no checking inttypes.h.h presence... no checking for inttypes.h.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking ansidecl.h usability... yes checking ansidecl.h presence... yes checking for ansidecl.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes Checking libraries checking for strftime... yes checking for strdup... yes checking for strndup... yes checking for strerror... yes checking for finite... yes checking for isnand... no checking for fp_class... no checking for class... no checking for fpclass... no checking for strftime... (cached) yes checking for localtime... yes checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for _stat... no checking for signal... yes checking for printf... yes checking for sprintf... yes checking for fprintf... yes checking for snprintf... yes checking for vfprintf... yes checking for vsprintf... yes checking for vsnprintf... yes checking for sscanf... yes checking for va_copy... yes checking for library containing gethostent... none required checking for library containing setsockopt... none required checking for library containing connect... none required checking for type of socket length (socklen_t)... socklen_t * checking whether to enable IPv6... yes checking struct sockaddr::ss_family... yes checking for getaddrinfo... yes checking for isnan... yes checking for isinf... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes Checking configuration requirements Disabling multithreaded support checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); Enabled Schematron support Enabled Schemas/Relax-NG support Disabling code coverage for GCC configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating xml2-config config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating python/setup.py config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands /usr/bin/rm: cannot remove `libtoolT': No such file or directory Done configuring touch contrib/libxml2/.stamp.configure make -C ./contrib/libxml2/libxml2-2.7.7/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' Making clean in xstc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' test -z "nist-test.py ms-test.py sun-test.py test.log" || rm -f nist-test.py ms-test.py sun-test.py test.log rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' Making clean in example make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' rm -rf .libs _libs rm -f gjobread rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' Making clean in examples make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' rm -rf .libs _libs rm -f xpath2 reader1 reader4 parse2 reader2 parse3 reader3 tree2 parse4 io2 testWriter io1 xpath1 parse1 tree1 rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' Making clean in devhelp make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' rm -rf .libs _libs rm -f *~ *.bak *.hierarchy *.signals *-unused.txt rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' Making clean in libxml make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' rm -f xmllint xmlcatalog test -z "xml2Conf.sh *.gcda *.gcno" || rm -f xml2Conf.sh *.gcda *.gcno test -z "libxml2.la" || rm -f libxml2.la rm -f "./so_locations" rm -rf .libs _libs test -z "testdso.la" || rm -f testdso.la rm -f "./so_locations" rm -f testSchemas testRelax testSAX testHTML testXPath testURI testThreads testC14N testAutomata testRegexp testReader testapi testModule runtest runsuite testchar testdict runxmlconf testrecurse rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' /usr/bin/rm -f ./contrib/libxml2/.stamp.build make -C ./contrib/libxml2/libxml2-2.7.7/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' Making all in libxml make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' Making all in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o SAX.lo SAX.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX.c -o SAX.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o entities.lo entities.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c entities.c -o entities.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o encoding.lo encoding.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c encoding.c -o encoding.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o error.lo error.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c error.c -o error.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o parserInternals.lo parserInternals.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parserInternals.c -o parserInternals.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o parser.lo parser.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parser.c -o parser.o parser.c: In Funktion »xmlParseChunk«: parser.c:11570:22: Warnung: Vergleich zwischen vorzeichenbehafteten und vorzeichenlosen Ganzzahlausdrücken parser.c: In Funktion »xmlParseInNodeContext«: parser.c:12916:9: Warnung: Zeigerziele bei Übergabe des Arguments 1 von »xmlFindCharEncodingHandler« unterscheiden sich im Vorzeichenbesitz ./include/libxml/encoding.h:161:2: Anmerkung: expected »const char *« but argument is of type »const xmlChar *« /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o tree.lo tree.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree.c -o tree.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o hash.lo hash.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c hash.c -o hash.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o list.lo list.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c list.c -o list.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlIO.lo xmlIO.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlIO.c -o xmlIO.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlmemory.lo xmlmemory.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmemory.c -o xmlmemory.o xmlmemory.c: In Funktion »xmlMallocLoc«: xmlmemory.c:208:4: Warnung: format »%ld« erwartet Typ »long int«, aber Argument 4 hat Typ »size_t« xmlmemory.c: In Funktion »xmlMallocAtomicLoc«: xmlmemory.c:276:4: Warnung: format »%ld« erwartet Typ »long int«, aber Argument 4 hat Typ »size_t« xmlmemory.c: In Funktion »xmlReallocLoc«: xmlmemory.c:352:4: Warnung: format »%ld« erwartet Typ »long int«, aber Argument 4 hat Typ »size_t« xmlmemory.c:352:4: Warnung: format »%ld« erwartet Typ »long int«, aber Argument 5 hat Typ »size_t« /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o uri.lo uri.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c uri.c -o uri.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o valid.lo valid.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c valid.c -o valid.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xlink.lo xlink.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xlink.c -o xlink.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o HTMLparser.lo HTMLparser.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLparser.c -o HTMLparser.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o HTMLtree.lo HTMLtree.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c HTMLtree.c -o HTMLtree.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o debugXML.lo debugXML.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c debugXML.c -o debugXML.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xpath.lo xpath.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath.c -o xpath.o xpath.c: In Funktion »xmlXPathRegisterFuncNS«: xpath.c:4756:5: Warnung: ISO-C verbietet Übergabe des Arguments 4 von »xmlHashAddEntry2« zwischen Funktionszeiger und »void *« ./include/libxml/hash.h:128:4: Anmerkung: expected »void *« but argument is of type »xmlXPathFunction« xpath.c: In Funktion »xmlXPathFunctionLookupNS«: xpath.c:4837:24: Warnung: ISO-C verbietet Zuweisung zwischen Funktionszeiger und »void *« xpath.c: In Funktion »xmlXPathCompOpEval«: xpath.c:13370:41: Warnung: ISO-C verbietet Zuweisung zwischen Funktionszeiger und »void *« xpath.c:13395:31: Warnung: ISO-C verbietet Zuweisung zwischen Funktionszeiger und »void *« xpath.c: Auf höchster Ebene: trionan.c:218:1: Warnung: »trio_is_negative« definiert, aber nicht verwendet /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xpointer.lo xpointer.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpointer.c -o xpointer.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xinclude.lo xinclude.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xinclude.c -o xinclude.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o nanohttp.lo nanohttp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanohttp.c -o nanohttp.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o nanoftp.lo nanoftp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c nanoftp.c -o nanoftp.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o DOCBparser.lo DOCBparser.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c DOCBparser.c -o DOCBparser.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o catalog.lo catalog.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c catalog.c -o catalog.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o globals.lo globals.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c globals.c -o globals.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o threads.lo threads.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c threads.c -o threads.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o c14n.lo c14n.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c c14n.c -o c14n.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlstring.lo xmlstring.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlstring.c -o xmlstring.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlregexp.lo xmlregexp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlregexp.c -o xmlregexp.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlschemas.lo xmlschemas.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemas.c -o xmlschemas.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlschemastypes.lo xmlschemastypes.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlschemastypes.c -o xmlschemastypes.o xmlschemastypes.c: In Funktion »xmlSchemaValidateLengthFacetInternal«: xmlschemastypes.c:5188:7: Warnung: case value »28« not in enumerated type »xmlSchemaTypeType« xmlschemastypes.c:5183:6: Warnung: case value »29« not in enumerated type »xmlSchemaTypeType« /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlunicode.lo xmlunicode.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlunicode.c -o xmlunicode.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlreader.lo xmlreader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlreader.c -o xmlreader.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o relaxng.lo relaxng.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c relaxng.c -o relaxng.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o dict.lo dict.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c dict.c -o dict.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o SAX2.lo SAX2.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c SAX2.c -o SAX2.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlwriter.lo xmlwriter.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlwriter.c -o xmlwriter.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o legacy.lo legacy.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c legacy.c -o legacy.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o chvalid.lo chvalid.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c chvalid.c -o chvalid.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o pattern.lo pattern.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c pattern.c -o pattern.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlsave.lo xmlsave.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlsave.c -o xmlsave.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o xmlmodule.lo xmlmodule.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlmodule.c -o xmlmodule.o /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o schematron.lo schematron.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c schematron.c -o schematron.o /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wl,--version-script=./libxml2.syms -version-info 9:7:7 -ldl -o libxml2.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib SAX.lo entities.lo encoding.lo error.lo parserInternals.lo parser.lo tree.lo hash.lo list.lo xmlIO.lo xmlmemory.lo uri.lo valid.lo xlink.lo HTMLparser.lo HTMLtree.lo debugXML.lo xpath.lo xpointer.lo xinclude.lo nanohttp.lo nanoftp.lo DOCBparser.lo catalog.lo globals.lo threads.lo c14n.lo xmlstring.lo xmlregexp.lo xmlschemas.lo xmlschemastypes.lo xmlunicode.lo xmlreader.lo relaxng.lo dict.lo SAX2.lo xmlwriter.lo legacy.lo chvalid.lo pattern.lo xmlsave.lo xmlmodule.lo schematron.lo -lz -lm libtool: link: ar cru .libs/libxml2.a SAX.o entities.o encoding.o error.o parserInternals.o parser.o tree.o hash.o list.o xmlIO.o xmlmemory.o uri.o valid.o xlink.o HTMLparser.o HTMLtree.o debugXML.o xpath.o xpointer.o xinclude.o nanohttp.o nanoftp.o DOCBparser.o catalog.o globals.o threads.o c14n.o xmlstring.o xmlregexp.o xmlschemas.o xmlschemastypes.o xmlunicode.o xmlreader.o relaxng.o dict.o SAX2.o xmlwriter.o legacy.o chvalid.o pattern.o xmlsave.o xmlmodule.o schematron.o libtool: link: ranlib .libs/libxml2.a libtool: link: ( cd ".libs" && rm -f "libxml2.la" && ln -s "../libxml2.la" "libxml2.la" ) /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c -o testdso.lo testdso.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdso.c -o testdso.o /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -module -no-undefined -avoid-version -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -o testdso.la testdso.lo libtool: link: ar cru .libs/testdso.a testdso.o libtool: link: ranlib .libs/testdso.a libtool: link: ( cd ".libs" && rm -f "testdso.la" && ln -s "../testdso.la" "testdso.la" ) /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmllint.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmllint xmllint.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmllint xmllint.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xmlcatalog.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmlcatalog xmlcatalog.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xmlcatalog xmlcatalog.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testSchemas.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSchemas testSchemas.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSchemas testSchemas.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testRelax.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRelax testRelax.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRelax testRelax.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testSAX.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSAX testSAX.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testSAX testSAX.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testHTML.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testHTML testHTML.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testHTML testHTML.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testXPath.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testXPath testXPath.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testXPath testXPath.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testURI.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testURI testURI.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testURI testURI.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testThreads.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testThreads testThreads.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testThreads testThreads.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testC14N.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testC14N testC14N.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testC14N testC14N.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testAutomata.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testAutomata testAutomata.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testAutomata testAutomata.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testRegexp.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRegexp testRegexp.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testRegexp testRegexp.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testReader.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testReader testReader.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testReader testReader.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testapi.c testapi.c: In Funktion »test_xmlBufferSetAllocationScheme«: testapi.c:18828:112: Warnung: in Vergleich verschiedener Zeigertypen fehlt Typkonvertierung testapi.c: Auf höchster Ebene: testapi.c:18044:25: Warnung: »gen_xmlSchematronPtr« definiert, aber nicht verwendet testapi.c:18047:13: Warnung: »des_xmlSchematronPtr« definiert, aber nicht verwendet testapi.c:18064:35: Warnung: »gen_xmlSchematronParserCtxtPtr« definiert, aber nicht verwendet testapi.c:18067:13: Warnung: »des_xmlSchematronParserCtxtPtr« definiert, aber nicht verwendet testapi.c:34212:27: Warnung: »gen_xmlSAXHandlerPtr_ptr« definiert, aber nicht verwendet testapi.c:34215:13: Warnung: »des_xmlSAXHandlerPtr_ptr« definiert, aber nicht verwendet /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testapi testapi.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testapi testapi.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testModule.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testModule testModule.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testModule testModule.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runtest.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runtest runtest.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runtest runtest.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runsuite.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runsuite runsuite.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runsuite runsuite.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testchar.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testchar testchar.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testchar testchar.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testdict.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testdict testdict.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testdict testdict.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c runxmlconf.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runxmlconf runxmlconf.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o runxmlconf runxmlconf.o ./.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testrecurse.c /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testrecurse testrecurse.o ./libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testrecurse testrecurse.o ./.libs/libxml2.a -ldl -lz -lm sed -e 's?\@XML_LIBDIR\@?-L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib?g' \ -e 's?\@XML_INCLUDEDIR\@?-I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2?g' \ -e 's?\@VERSION\@?2.7.7?g' \ -e 's?\@XML_LIBS\@?-lxml2 -lz -lm ?g' \ < ./xml2Conf.sh.in > xml2Conf.tmp \ && mv xml2Conf.tmp xml2Conf.sh make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' Making all in devhelp make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' Making all in examples make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath2.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xpath2 xpath2.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xpath2 xpath2.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader1.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader1 reader1.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader1 reader1.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader4.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader4 reader4.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader4 reader4.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse2.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse2 parse2.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse2 parse2.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader2.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader2 reader2.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader2 reader2.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse3.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse3 parse3.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse3 parse3.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c reader3.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader3 reader3.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o reader3 reader3.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree2.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o tree2 tree2.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o tree2 tree2.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse4.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse4 parse4.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse4 parse4.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c io2.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o io2 io2.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o io2 io2.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c testWriter.c testWriter.c: In Funktion »testXmlwriterFilename«: testWriter.c:163:42: Warnung: format »%010d« erwartet Typ »int«, aber Argument 4 hat Typ »long int« testWriter.c: In Funktion »testXmlwriterMemory«: testWriter.c:442:42: Warnung: format »%010d« erwartet Typ »int«, aber Argument 4 hat Typ »long int« testWriter.c: In Funktion »testXmlwriterDoc«: testWriter.c:712:42: Warnung: format »%010d« erwartet Typ »int«, aber Argument 4 hat Typ »long int« testWriter.c: In Funktion »testXmlwriterTree«: testWriter.c:978:42: Warnung: format »%010d« erwartet Typ »int«, aber Argument 4 hat Typ »long int« /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testWriter testWriter.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o testWriter testWriter.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c io1.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o io1 io1.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o io1 io1.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c xpath1.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xpath1 xpath1.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o xpath1 xpath1.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c parse1.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse1 parse1.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o parse1 parse1.o ../../.libs/libxml2.a -ldl -lz -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c tree1.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o tree1 tree1.o ../../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o tree1 tree1.o ../../.libs/libxml2.a -ldl -lz -lm make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' Making all in example make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I./include -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -c gjobread.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o gjobread gjobread.o ../libxml2.la -lz -lm libtool: link: /usr/bin/gcc -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -o gjobread gjobread.o ../.libs/libxml2.a -ldl -lz -lm make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' Making all in xstc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' touch contrib/libxml2/.stamp.build make -j 1 -C ./contrib/libxml2/libxml2-2.7.7/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' Making install in libxml make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' make install-exec-hook make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' /bin/sh ../../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2/libxml mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2/libxml make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2/libxml" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2/libxml" /usr/bin/ginstall -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h xmlversion.h DOCBparser.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2/libxml' /usr/bin/ginstall -c -m 644 SAX2.h xmlexports.h xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2/libxml' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include/libxml' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/include' Making install in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ./libtool --mode=install /usr/bin/ginstall -c libxml2.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libxml2.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libxml2.la libtool: install: /usr/bin/ginstall -c .libs/libxml2.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libxml2.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libxml2.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libxml2.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ./libtool --mode=install /usr/bin/ginstall -c xmllint xmlcatalog '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c xmllint /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/xmllint libtool: install: /usr/bin/ginstall -c xmlcatalog /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/xmlcatalog test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /usr/bin/ginstall -c xml2-config '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /usr/bin/ginstall -c -m 644 xml2Conf.sh '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' /bin/sh ./mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7 mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7 /usr/bin/ginstall -c -m 0644 ./Copyright /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7 /bin/sh ./mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/examples mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/examples /usr/bin/ginstall -c -m 0644 ./xmllint.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/examples /usr/bin/ginstall -c -m 0644 ./testSAX.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/examples /usr/bin/ginstall -c -m 0644 ./testHTML.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/examples /usr/bin/ginstall -c -m 0644 ./testXPath.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/examples test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" /usr/bin/ginstall -c -m 644 libxml.m4 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 xml2-config.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3" /usr/bin/ginstall -c -m 644 libxml.3 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 libxml-2.0.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' Making install in devhelp make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ../../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/gtk-doc/html/libxml2 mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/gtk-doc/html/libxml2 /usr/bin/ginstall -c -m 0644 libxml2.devhelp /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/gtk-doc/html/libxml2 /usr/bin/ginstall -c -m 0644 home.png left.png right.png up.png style.css /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/gtk-doc/html/libxml2 /usr/bin/ginstall -c -m 0644 index.html general.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-DOCBparser.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html libxml2-xmlsave.html libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/gtk-doc/html/libxml2 make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/devhelp' Making install in examples make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ../../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html /usr/bin/ginstall -c -m 0644 ./*.html ./*.c ./*.xml ./*.xsl ./*.res /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html /usr/bin/ginstall: Aufruf von stat für „./*.html“ nicht möglich: Datei oder Verzeichnis nicht gefunden make[4]: [install-data-local] Fehler 1 (ignoriert) make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc/examples' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html /usr/bin/ginstall -c -m 0644 ./xml.html ./encoding.html ./FAQ.html ./structure.gif ./DOM.gif ./smallfootonly.gif ./redhat.gif ./libxml.gif ./w3c.png ./Libxml2-Logo-180x168.gif ./Libxml2-Logo-90x34.gif /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/html mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/html /usr/bin/ginstall -c -m 0644 ./html/*.html /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/html /usr/bin/ginstall -c -m 0644 ./html/*.png /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/html /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial /usr/bin/ginstall -c -m 0644 ./tutorial/*.* \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial/images mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial/images /usr/bin/ginstall -c -m 0644 ./tutorial/images/*.* \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial/images /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial/images/callouts mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial/images/callouts /usr/bin/ginstall -c -m 0644 ./tutorial/images/callouts/*.* \ /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libxml2-2.7.7/html/tutorial/images/callouts test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 xmllint.1 xmlcatalog.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/doc' Making install in example make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/example' Making install in xstc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7/xstc' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libxml2/libxml2-2.7.7' touch contrib/libxml2/.stamp.install set -e; cd ./contrib/fontconfig/fontconfig-2.8.0/; CC="/usr/bin/gcc " CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --enable-libxml2 --with-freetype-config=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/freetype-config LIBXML2_LIBS="-L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -lxml2" LIBXML2_CFLAGS="-I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2" checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc ... none checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether ln -s works... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc ... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking for bash... /usr/bin/bash checking if dolt supports this host... yes, replacing libtool checking whether make sets $(MAKE)... (cached) yes checking for a C compiler for build tools... /usr/bin/gcc checking for suffix of executable build tools... checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking for vprintf... yes checking for _doprnt... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for geteuid... yes checking for getuid... yes checking for link... yes checking for memmove... yes checking for memset... yes checking for mkstemp... yes checking for strchr... yes checking for strrchr... yes checking for strtol... yes checking for getopt... yes checking for getopt_long... yes checking for sysconf... yes checking for ftruncate... yes checking for chsize... no checking for rand... yes checking for random... yes checking for lrand48... yes checking for a usable iconv... libc checking for FT_Get_Next_Char... yes checking for FT_Get_BDF_Property... yes checking for FT_Get_PS_Font_Info... yes checking for FT_Has_PS_Glyph_Names... yes checking for FT_Get_X11_Font_Format... yes checking for FT_Select_Size... yes checking for FT_Bitmap_Size.y_ppem... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBXML2... yes checking for docbook2html... no DOCMAN3 FcAtomicCreate.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicDeleteNew.3 FcAtomicUnlock.3 FcAtomicDestroy.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksAdd.3 FcBlanksIsMember.3 FcCacheDir.3 FcCacheCopySet.3 FcCacheSubdir.3 FcCacheNumSubdir.3 FcCacheNumFont.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetEqual.3 FcCharSetIntersect.3 FcCharSetUnion.3 FcCharSetSubtract.3 FcCharSetMerge.3 FcCharSetHasChar.3 FcCharSetCount.3 FcCharSetIntersectCount.3 FcCharSetSubtractCount.3 FcCharSetIsSubset.3 FcCharSetFirstPage.3 FcCharSetNextPage.3 FcCharSetCoverage.3 FcCharSetNew.3 FcConfigCreate.3 FcConfigReference.3 FcConfigDestroy.3 FcConfigSetCurrent.3 FcConfigGetCurrent.3 FcConfigUptoDate.3 FcConfigHome.3 FcConfigEnableHome.3 FcConfigBuildFonts.3 FcConfigGetConfigDirs.3 FcConfigGetFontDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetFonts.3 FcConfigGetBlanks.3 FcConfigGetRescanInterval.3 FcConfigSetRescanInterval.3 FcConfigAppFontAddFile.3 FcConfigAppFontAddDir.3 FcConfigAppFontClear.3 FcConfigSubstituteWithPat.3 FcConfigSubstitute.3 FcFontMatch.3 FcFontSort.3 FcFontRenderPrepare.3 FcFontList.3 FcConfigFilename.3 FcConfigParseAndLoad.3 FcNameRegisterConstants.3 FcNameUnregisterConstants.3 FcNameGetConstant.3 FcNameConstant.3 FcDirCacheUnlink.3 FcDirCacheValid.3 FcDirCacheLoad.3 FcDirCacheRead.3 FcDirCacheLoadFile.3 FcDirCacheUnload.3 FcFileScan.3 FcFileIsDir.3 FcDirScan.3 FcDirSave.3 FcFontSetCreate.3 FcFontSetDestroy.3 FcFontSetAdd.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcPatternFormat.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInit.3 FcFini.3 FcGetVersion.3 FcInitReinitialize.3 FcInitBringUptoDate.3 FcLangSetCreate.3 FcLangSetDestroy.3 FcLangSetCopy.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetEqual.3 FcLangSetHash.3 FcLangSetHasLang.3 FcLangSetGetLangs.3 FcGetLangs.3 FcLangGetCharSet.3 FcMatrixInit.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcObjectSetCreate.3 FcObjectSetAdd.3 FcObjectSetDestroy.3 FcObjectSetBuild.3 FcNameRegisterObjectTypes.3 FcNameUnregisterObjectTypes.3 FcNameGetObjectType.3 FcPatternCreate.3 FcPatternDuplicate.3 FcPatternReference.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternHash.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternAdd-Type.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternBuild.3 FcPatternDel.3 FcPatternRemove.3 FcPatternPrint.3 FcDefaultSubstitute.3 FcNameParse.3 FcNameUnparse.3 FcUtf8ToUcs4.3 FcUcs4ToUtf8.3 FcUtf8Len.3 FcUtf16ToUcs4.3 FcUtf16Len.3 FcIsLower.3 FcIsUpper.3 FcToLower.3 FcStrCopy.3 FcStrDowncase.3 FcStrCopyFilename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrStr.3 FcStrStrIgnoreCase.3 FcStrPlus.3 FcStrFree.3 FcStrDirname.3 FcStrBasename.3 FcStrSetCreate.3 FcStrSetMember.3 FcStrSetEqual.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrListCreate.3 FcStrListNext.3 FcStrListDone.3 FcValueDestroy.3 FcValueSave.3 FcValuePrint.3 FcValueEqual.3 configure: creating ./config.status config.status: creating Makefile config.status: creating fontconfig/Makefile config.status: creating fc-lang/Makefile config.status: creating fc-glyphname/Makefile config.status: creating fc-case/Makefile config.status: creating fc-arch/Makefile config.status: creating src/Makefile config.status: creating conf.d/Makefile config.status: creating fc-cache/Makefile config.status: creating fc-cat/Makefile config.status: creating fc-list/Makefile config.status: creating fc-match/Makefile config.status: creating fc-query/Makefile config.status: creating fc-scan/Makefile config.status: creating doc/Makefile config.status: creating doc/version.sgml config.status: creating test/Makefile config.status: creating fontconfig.spec config.status: creating fontconfig.pc config.status: creating fontconfig-zip config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/fontconfig/.stamp.configure make -C ./contrib/fontconfig/fontconfig-2.8.0/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' Making clean in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' test -z "" || rm -f rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' test -z "" || rm -f rm -rf .libs _libs rm -f edit-sgml rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' Making clean in conf.d make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' Making clean in fc-scan make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' rm -f fc-scan rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' Making clean in fc-query make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' rm -f fc-query rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' Making clean in fc-match make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' rm -f fc-match rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' Making clean in fc-list make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' rm -f fc-list rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' Making clean in fc-cat make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' rm -f fc-cat rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' Making clean in fc-cache make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' rm -f fc-cache rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' test -z "fcalias.h fcaliastail.h fcftalias.h fcftaliastail.h" || rm -f fcalias.h fcaliastail.h fcftalias.h fcftaliastail.h test -z "libfontconfig.la" || rm -f libfontconfig.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' Making clean in fc-arch make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' test -z "fcarch.h fcalias.h fcaliastail.h" || rm -f fcarch.h fcalias.h fcaliastail.h rm -rf .libs _libs rm -f fc-arch rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' Making clean in fc-glyphname make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' test -z "fcglyphname.h fcalias.h fcaliastail.h" || rm -f fcglyphname.h fcalias.h fcaliastail.h rm -rf .libs _libs rm -f fc-glyphname rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' Making clean in fc-lang make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' test -z "fclang.h fcalias.h fcaliastail.h" || rm -f fclang.h fcalias.h fcaliastail.h rm -rf .libs _libs rm -f fc-lang rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' Making clean in fc-case make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' test -z "fccase.h fcalias.h fcaliastail.h" || rm -f fccase.h fcalias.h fcaliastail.h rm -rf .libs _libs rm -f fc-case rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' Making clean in fontconfig make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' test -z "fonts.conf" || rm -f fonts.conf rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' /usr/bin/rm -f ./contrib/fontconfig/.stamp.build make -C ./contrib/fontconfig/fontconfig-2.8.0/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' Making all in fontconfig make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' Making all in fc-case make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' touch fcalias.h fcaliastail.h make[3]: Warning: File `fcaliastail.h' has modification time 0,00035 s in the future make all-am make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' CC fc-case.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-case.c CCLD fc-case GEN fccase.h make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' make[3]: Warnung: Mit der Uhr stimmt etwas nicht. Die Bearbeitung könnte unvollständig sein. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' Making all in fc-lang make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' touch fcalias.h fcaliastail.h make[3]: Warning: File `fcaliastail.h' has modification time 4,2e-05 s in the future CC fc-lang.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-lang.c fc-lang.c: In Funktion »scan«: fc-lang.c:152:8: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp fc-lang.c:180:7: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp fc-lang.c: In Funktion »compare«: fc-lang.c:235:5: Warnung: Zeigerziele bei Übergabe des Arguments 1 von »FcStrCmpIgnoreCase« unterscheiden sich im Vorzeichenbesitz ../src/fcstr.c:212:1: Anmerkung: expected »const FcChar8 *« but argument is of type »char * const« fc-lang.c:235:5: Warnung: Zeigerziele bei Übergabe des Arguments 2 von »FcStrCmpIgnoreCase« unterscheiden sich im Vorzeichenbesitz ../src/fcstr.c:212:1: Anmerkung: expected »const FcChar8 *« but argument is of type »char * const« CCLD fc-lang GEN fclang.h make all-am make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make[3]: Warnung: Mit der Uhr stimmt etwas nicht. Die Bearbeitung könnte unvollständig sein. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' Making all in fc-glyphname make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' touch fcalias.h fcaliastail.h make[3]: Warning: File `fcaliastail.h' has modification time 0,00069 s in the future CC fc-glyphname.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-glyphname.c CCLD fc-glyphname GEN fcglyphname.h make all-am make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make[3]: Warnung: Mit der Uhr stimmt etwas nicht. Die Bearbeitung könnte unvollständig sein. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' Making all in fc-arch make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' touch fcalias.h fcaliastail.h make[3]: Warning: File `fcaliastail.h' has modification time 0,00017 s in the future CC fc-arch.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-arch.c CCLD fc-arch GEN fcarch.h make all-am make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make[3]: Warnung: Mit der Uhr stimmt etwas nicht. Die Bearbeitung könnte unvollständig sein. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' sh ../src/makealias "../src" fcalias.h fcaliastail.h ../fontconfig/fontconfig.h ../src/fcdeprecate.h ../fontconfig/fcprivate.h sh ../src/makealias "../src" fcftalias.h fcftaliastail.h ../fontconfig/fcfreetype.h make all-am make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' CC fcatomic.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcatomic.lo fcatomic.c CC fcblanks.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcblanks.lo fcblanks.c CC fccache.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fccache.lo fccache.c fccache.c: In Funktion »FcDirCacheWrite«: fccache.c:943:2: Warnung: Zeigerziele bei Übergabe des Arguments 1 von »stat« unterscheiden sich im Vorzeichenbesitz /usr/include/sys/stat.h:211:12: Anmerkung: expected »const char * __restrict__« but argument is of type »FcChar8 *« CC fccfg.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fccfg.lo fccfg.c CC fccharset.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fccharset.lo fccharset.c CC fcdbg.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcdbg.lo fcdbg.c CC fcdefault.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcdefault.lo fcdefault.c CC fcdir.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcdir.lo fcdir.c CC fcformat.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcformat.lo fcformat.c fcformat.c: In Funktion »interpret_enumerate«: fcformat.c:611:26: Warnung: »idx« may be used uninitialized in this function CC fcfreetype.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcfreetype.lo fcfreetype.c CC fcfs.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcfs.lo fcfs.c CC fcinit.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcinit.lo fcinit.c CC fclang.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fclang.lo fclang.c CC fclist.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fclist.lo fclist.c CC fcmatch.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcmatch.lo fcmatch.c CC fcmatrix.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcmatrix.lo fcmatrix.c CC fcname.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcname.lo fcname.c fcname.c: In Funktion »FcObjectValidType«: fcname.c:299:2: Warnung: case value »4294967295« not in enumerated type »FcType« CC fcpat.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcpat.lo fcpat.c CC fcserialize.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcserialize.lo fcserialize.c CC fcstr.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcstr.lo fcstr.c CC fcxml.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o fcxml.lo fcxml.c fcxml.c: In Funktion »FcExprCreateString«: fcxml.c:107:12: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp fcxml.c: In Funktion »FcExprCreateConst«: fcxml.c:155:16: Warnung: Zuweisung streicht Qualifizierer von Zeiger-Zieltyp CC ftglue.lo ../doltcompile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DFC_CACHEDIR='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig"' -DFONTCONFIG_PATH='"/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts"' -c -o ftglue.lo ftglue.c CCLD libfontconfig.la make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' Making all in fc-cache make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' CC fc-cache.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-cache.c CCLD fc-cache make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' Making all in fc-cat make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' CC fc-cat.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-cat.c CCLD fc-cat make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' Making all in fc-list make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' CC fc-list.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-list.c CCLD fc-list make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' Making all in fc-match make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' CC fc-match.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-match.c CCLD fc-match make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' Making all in fc-query make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' CC fc-query.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-query.c CCLD fc-query make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' Making all in fc-scan make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' CC fc-scan.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -c fc-scan.c CCLD fc-scan make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' Making all in conf.d make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' CC edit-sgml.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -c edit-sgml.c CCLD edit-sgml make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' Making all in test make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' touch contrib/fontconfig/.stamp.build make -j 1 -C ./contrib/fontconfig/fontconfig-2.8.0/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' Making install in fontconfig make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/fontconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/fontconfig" /usr/bin/ginstall -c -m 644 fontconfig.h fcfreetype.h fcprivate.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/fontconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fontconfig' Making install in fc-case make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' make install-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-case' Making install in fc-lang make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make install-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-lang' Making install in fc-glyphname make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make install-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-glyphname' Making install in fc-arch make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make install-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-arch' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' make install-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libfontconfig.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libfontconfig.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfontconfig.la libtool: install: /usr/bin/ginstall -c .libs/libfontconfig.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfontconfig.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfontconfig.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfontconfig.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/src' Making install in fc-cache make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c fc-cache '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c fc-cache /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-cache /bin/sh /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/install-sh -d "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig" test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 fc-cache.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cache' Making install in fc-cat make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c fc-cat '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c fc-cat /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-cat test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 fc-cat.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-cat' Making install in fc-list make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c fc-list '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c fc-list /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-list test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 fc-list.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-list' Making install in fc-match make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c fc-match '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c fc-match /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-match test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 fc-match.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-match' Making install in fc-query make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c fc-query '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c fc-query /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-query test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 fc-query.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-query' Making install in fc-scan make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c fc-scan '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c fc-scan /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-scan test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 fc-scan.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/fc-scan' Making install in conf.d make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.avail" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.avail" /usr/bin/ginstall -c -m 644 10-autohint.conf 10-no-sub-pixel.conf 10-sub-pixel-bgr.conf 10-sub-pixel-rgb.conf 10-sub-pixel-vbgr.conf 10-sub-pixel-vrgb.conf 10-unhinted.conf 20-fix-globaladvance.conf 20-unhint-small-vera.conf 25-unhint-nonlatin.conf 30-urw-aliases.conf 30-metric-aliases.conf 40-nonlatin.conf 45-latin.conf 49-sansserif.conf 50-user.conf 51-local.conf 60-latin.conf 65-fonts-persian.conf 65-khmer.conf 65-nonlatin.conf 69-unifont.conf 70-no-bitmaps.conf 70-yes-bitmaps.conf 80-delicious.conf 90-synthetic.conf '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.avail' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.d" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.d" /usr/bin/ginstall -c -m 644 README '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.d' mkdir -p /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.d cd /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/conf.d rm -f 20-fix-globaladvance.conf; ln -s ../conf.avail/20-fix-globaladvance.conf . rm -f 20-unhint-small-vera.conf; ln -s ../conf.avail/20-unhint-small-vera.conf . rm -f 30-urw-aliases.conf; ln -s ../conf.avail/30-urw-aliases.conf . rm -f 30-metric-aliases.conf; ln -s ../conf.avail/30-metric-aliases.conf . rm -f 40-nonlatin.conf; ln -s ../conf.avail/40-nonlatin.conf . rm -f 45-latin.conf; ln -s ../conf.avail/45-latin.conf . rm -f 49-sansserif.conf; ln -s ../conf.avail/49-sansserif.conf . rm -f 50-user.conf; ln -s ../conf.avail/50-user.conf . rm -f 51-local.conf; ln -s ../conf.avail/51-local.conf . rm -f 60-latin.conf; ln -s ../conf.avail/60-latin.conf . rm -f 65-fonts-persian.conf; ln -s ../conf.avail/65-fonts-persian.conf . rm -f 65-nonlatin.conf; ln -s ../conf.avail/65-nonlatin.conf . rm -f 69-unifont.conf; ln -s ../conf.avail/69-unifont.conf . rm -f 80-delicious.conf; ln -s ../conf.avail/80-delicious.conf . rm -f 90-synthetic.conf; ln -s ../conf.avail/90-synthetic.conf . make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/conf.d' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig" /usr/bin/ginstall -c -m 644 fontconfig-user.txt fontconfig-devel.txt fontconfig-user.pdf fontconfig-devel.pdf fontconfig-user.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel" /usr/bin/ginstall -c -m 644 ./fontconfig-devel/fcatomiccreate.html ./fontconfig-devel/fcatomicdeletenew.html ./fontconfig-devel/fcatomicdestroy.html ./fontconfig-devel/fcatomiclock.html ./fontconfig-devel/fcatomicnewfile.html ./fontconfig-devel/fcatomicorigfile.html ./fontconfig-devel/fcatomicreplaceorig.html ./fontconfig-devel/fcatomicunlock.html ./fontconfig-devel/fcblanksadd.html ./fontconfig-devel/fcblankscreate.html ./fontconfig-devel/fcblanksdestroy.html ./fontconfig-devel/fcblanksismember.html ./fontconfig-devel/fccachecopyset.html ./fontconfig-devel/fccachedir.html ./fontconfig-devel/fccachenumfont.html ./fontconfig-devel/fccachenumsubdir.html ./fontconfig-devel/fccachesubdir.html ./fontconfig-devel/fccharsetaddchar.html ./fontconfig-devel/fccharsetcopy.html ./fontconfig-devel/fccharsetcount.html ./fontconfig-devel/fccharsetcoverage.html ./fontconfig-devel/fccharsetcreate.html ./fontconfig-devel/fccharsetdestroy.html ./fontconfig-devel/fccharsetequal.html ./fontconfig-devel/fccharsetfirstpage.html ./fontconfig-devel/fccharsethaschar.html ./fontconfig-devel/fccharsetintersect.html ./fontconfig-devel/fccharsetintersectcount.html ./fontconfig-devel/fccharsetissubset.html ./fontconfig-devel/fccharsetmerge.html ./fontconfig-devel/fccharsetnew.html ./fontconfig-devel/fccharsetnextpage.html ./fontconfig-devel/fccharsetsubtract.html ./fontconfig-devel/fccharsetsubtractcount.html ./fontconfig-devel/fccharsetunion.html ./fontconfig-devel/fcconfigappfontadddir.html ./fontconfig-devel/fcconfigappfontaddfile.html ./fontconfig-devel/fcconfigappfontclear.html ./fontconfig-devel/fcconfigbuildfonts.html ./fontconfig-devel/fcconfigcreate.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel' /usr/bin/ginstall -c -m 644 ./fontconfig-devel/fcconfigdestroy.html ./fontconfig-devel/fcconfigenablehome.html ./fontconfig-devel/fcconfigfilename.html ./fontconfig-devel/fcconfiggetblanks.html ./fontconfig-devel/fcconfiggetcache.html ./fontconfig-devel/fcconfiggetcachedirs.html ./fontconfig-devel/fcconfiggetconfigdirs.html ./fontconfig-devel/fcconfiggetconfigfiles.html ./fontconfig-devel/fcconfiggetcurrent.html ./fontconfig-devel/fcconfiggetfontdirs.html ./fontconfig-devel/fcconfiggetfonts.html ./fontconfig-devel/fcconfiggetrescaninterval.html ./fontconfig-devel/fcconfighome.html ./fontconfig-devel/fcconfigparseandload.html ./fontconfig-devel/fcconfigreference.html ./fontconfig-devel/fcconfigsetcurrent.html ./fontconfig-devel/fcconfigsetrescaninterval.html ./fontconfig-devel/fcconfigsubstitute.html ./fontconfig-devel/fcconfigsubstitutewithpat.html ./fontconfig-devel/fcconfiguptodate.html ./fontconfig-devel/fcdefaultsubstitute.html ./fontconfig-devel/fcdircacheload.html ./fontconfig-devel/fcdircacheloadfile.html ./fontconfig-devel/fcdircacheread.html ./fontconfig-devel/fcdircacheunlink.html ./fontconfig-devel/fcdircacheunload.html ./fontconfig-devel/fcdircachevalid.html ./fontconfig-devel/fcdirsave.html ./fontconfig-devel/fcdirscan.html ./fontconfig-devel/fcfileisdir.html ./fontconfig-devel/fcfilescan.html ./fontconfig-devel/fcfini.html ./fontconfig-devel/fcfontlist.html ./fontconfig-devel/fcfontmatch.html ./fontconfig-devel/fcfontrenderprepare.html ./fontconfig-devel/fcfontsetadd.html ./fontconfig-devel/fcfontsetcreate.html ./fontconfig-devel/fcfontsetdestroy.html ./fontconfig-devel/fcfontsetlist.html ./fontconfig-devel/fcfontsetmatch.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel' /usr/bin/ginstall -c -m 644 ./fontconfig-devel/fcfontsetprint.html ./fontconfig-devel/fcfontsetsort.html ./fontconfig-devel/fcfontsetsortdestroy.html ./fontconfig-devel/fcfontsort.html ./fontconfig-devel/fcfreetypecharindex.html ./fontconfig-devel/fcfreetypecharset.html ./fontconfig-devel/fcfreetypecharsetandspacing.html ./fontconfig-devel/fcfreetypequery.html ./fontconfig-devel/fcfreetypequeryface.html ./fontconfig-devel/fcgetlangs.html ./fontconfig-devel/fcgetversion.html ./fontconfig-devel/fcinit.html ./fontconfig-devel/fcinitbringuptodate.html ./fontconfig-devel/fcinitloadconfig.html ./fontconfig-devel/fcinitloadconfigandfonts.html ./fontconfig-devel/fcinitreinitialize.html ./fontconfig-devel/fcislower.html ./fontconfig-devel/fcisupper.html ./fontconfig-devel/fclanggetcharset.html ./fontconfig-devel/fclangsetadd.html ./fontconfig-devel/fclangsetcompare.html ./fontconfig-devel/fclangsetcontains.html ./fontconfig-devel/fclangsetcopy.html ./fontconfig-devel/fclangsetcreate.html ./fontconfig-devel/fclangsetdestroy.html ./fontconfig-devel/fclangsetequal.html ./fontconfig-devel/fclangsetgetlangs.html ./fontconfig-devel/fclangsethash.html ./fontconfig-devel/fclangsethaslang.html ./fontconfig-devel/fcmatrixcopy.html ./fontconfig-devel/fcmatrixequal.html ./fontconfig-devel/fcmatrixinit.html ./fontconfig-devel/fcmatrixmultiply.html ./fontconfig-devel/fcmatrixrotate.html ./fontconfig-devel/fcmatrixscale.html ./fontconfig-devel/fcmatrixshear.html ./fontconfig-devel/fcnameconstant.html ./fontconfig-devel/fcnamegetconstant.html ./fontconfig-devel/fcnamegetobjecttype.html ./fontconfig-devel/fcnameparse.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel' /usr/bin/ginstall -c -m 644 ./fontconfig-devel/fcnameregisterconstants.html ./fontconfig-devel/fcnameregisterobjecttypes.html ./fontconfig-devel/fcnameunparse.html ./fontconfig-devel/fcnameunregisterconstants.html ./fontconfig-devel/fcnameunregisterobjecttypes.html ./fontconfig-devel/fcobjectsetadd.html ./fontconfig-devel/fcobjectsetbuild.html ./fontconfig-devel/fcobjectsetcreate.html ./fontconfig-devel/fcobjectsetdestroy.html ./fontconfig-devel/fcpatternadd-type.html ./fontconfig-devel/fcpatternadd.html ./fontconfig-devel/fcpatternaddweak.html ./fontconfig-devel/fcpatternbuild.html ./fontconfig-devel/fcpatterncreate.html ./fontconfig-devel/fcpatterndel.html ./fontconfig-devel/fcpatterndestroy.html ./fontconfig-devel/fcpatternduplicate.html ./fontconfig-devel/fcpatternequal.html ./fontconfig-devel/fcpatternequalsubset.html ./fontconfig-devel/fcpatternfilter.html ./fontconfig-devel/fcpatternformat.html ./fontconfig-devel/fcpatternget-type.html ./fontconfig-devel/fcpatternget.html ./fontconfig-devel/fcpatternhash.html ./fontconfig-devel/fcpatternprint.html ./fontconfig-devel/fcpatternreference.html ./fontconfig-devel/fcpatternremove.html ./fontconfig-devel/fcstrbasename.html ./fontconfig-devel/fcstrcmp.html ./fontconfig-devel/fcstrcmpignorecase.html ./fontconfig-devel/fcstrcopy.html ./fontconfig-devel/fcstrcopyfilename.html ./fontconfig-devel/fcstrdirname.html ./fontconfig-devel/fcstrdowncase.html ./fontconfig-devel/fcstrfree.html ./fontconfig-devel/fcstrlistcreate.html ./fontconfig-devel/fcstrlistdone.html ./fontconfig-devel/fcstrlistnext.html ./fontconfig-devel/fcstrplus.html ./fontconfig-devel/fcstrsetadd.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel' /usr/bin/ginstall -c -m 644 ./fontconfig-devel/fcstrsetaddfilename.html ./fontconfig-devel/fcstrsetcreate.html ./fontconfig-devel/fcstrsetdel.html ./fontconfig-devel/fcstrsetdestroy.html ./fontconfig-devel/fcstrsetequal.html ./fontconfig-devel/fcstrsetmember.html ./fontconfig-devel/fcstrstr.html ./fontconfig-devel/fcstrstrignorecase.html ./fontconfig-devel/fctolower.html ./fontconfig-devel/fcucs4toutf8.html ./fontconfig-devel/fcutf16len.html ./fontconfig-devel/fcutf16toucs4.html ./fontconfig-devel/fcutf8len.html ./fontconfig-devel/fcutf8toucs4.html ./fontconfig-devel/fcvaluedestroy.html ./fontconfig-devel/fcvalueequal.html ./fontconfig-devel/fcvalueprint.html ./fontconfig-devel/fcvaluesave.html ./fontconfig-devel/ln12.html ./fontconfig-devel/t1.html ./fontconfig-devel/x102.html ./fontconfig-devel/x19.html ./fontconfig-devel/x31.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/fontconfig/fontconfig-devel' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3" /usr/bin/ginstall -c -m 644 FcAtomicCreate.3 FcAtomicLock.3 FcAtomicNewFile.3 FcAtomicOrigFile.3 FcAtomicReplaceOrig.3 FcAtomicDeleteNew.3 FcAtomicUnlock.3 FcAtomicDestroy.3 FcBlanksCreate.3 FcBlanksDestroy.3 FcBlanksAdd.3 FcBlanksIsMember.3 FcCacheDir.3 FcCacheCopySet.3 FcCacheSubdir.3 FcCacheNumSubdir.3 FcCacheNumFont.3 FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetAddChar.3 FcCharSetCopy.3 FcCharSetEqual.3 FcCharSetIntersect.3 FcCharSetUnion.3 FcCharSetSubtract.3 FcCharSetMerge.3 FcCharSetHasChar.3 FcCharSetCount.3 FcCharSetIntersectCount.3 FcCharSetSubtractCount.3 FcCharSetIsSubset.3 FcCharSetFirstPage.3 FcCharSetNextPage.3 FcCharSetCoverage.3 FcCharSetNew.3 FcConfigCreate.3 FcConfigReference.3 FcConfigDestroy.3 FcConfigSetCurrent.3 FcConfigGetCurrent.3 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3' /usr/bin/ginstall -c -m 644 FcConfigUptoDate.3 FcConfigHome.3 FcConfigEnableHome.3 FcConfigBuildFonts.3 FcConfigGetConfigDirs.3 FcConfigGetFontDirs.3 FcConfigGetConfigFiles.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 FcConfigGetFonts.3 FcConfigGetBlanks.3 FcConfigGetRescanInterval.3 FcConfigSetRescanInterval.3 FcConfigAppFontAddFile.3 FcConfigAppFontAddDir.3 FcConfigAppFontClear.3 FcConfigSubstituteWithPat.3 FcConfigSubstitute.3 FcFontMatch.3 FcFontSort.3 FcFontRenderPrepare.3 FcFontList.3 FcConfigFilename.3 FcConfigParseAndLoad.3 FcNameRegisterConstants.3 FcNameUnregisterConstants.3 FcNameGetConstant.3 FcNameConstant.3 FcDirCacheUnlink.3 FcDirCacheValid.3 FcDirCacheLoad.3 FcDirCacheRead.3 FcDirCacheLoadFile.3 FcDirCacheUnload.3 FcFileScan.3 FcFileIsDir.3 FcDirScan.3 FcDirSave.3 FcFontSetCreate.3 FcFontSetDestroy.3 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3' /usr/bin/ginstall -c -m 644 FcFontSetAdd.3 FcFontSetList.3 FcFontSetMatch.3 FcFontSetPrint.3 FcFontSetSort.3 FcFontSetSortDestroy.3 FcPatternFormat.3 FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 FcFreeTypeCharSetAndSpacing.3 FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 FcInitLoadConfig.3 FcInitLoadConfigAndFonts.3 FcInit.3 FcFini.3 FcGetVersion.3 FcInitReinitialize.3 FcInitBringUptoDate.3 FcLangSetCreate.3 FcLangSetDestroy.3 FcLangSetCopy.3 FcLangSetAdd.3 FcLangSetCompare.3 FcLangSetContains.3 FcLangSetEqual.3 FcLangSetHash.3 FcLangSetHasLang.3 FcLangSetGetLangs.3 FcGetLangs.3 FcLangGetCharSet.3 FcMatrixInit.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 FcObjectSetCreate.3 FcObjectSetAdd.3 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3' /usr/bin/ginstall -c -m 644 FcObjectSetDestroy.3 FcObjectSetBuild.3 FcNameRegisterObjectTypes.3 FcNameUnregisterObjectTypes.3 FcNameGetObjectType.3 FcPatternCreate.3 FcPatternDuplicate.3 FcPatternReference.3 FcPatternDestroy.3 FcPatternEqual.3 FcPatternEqualSubset.3 FcPatternFilter.3 FcPatternHash.3 FcPatternAdd.3 FcPatternAddWeak.3 FcPatternAdd-Type.3 FcPatternGet.3 FcPatternGet-Type.3 FcPatternBuild.3 FcPatternDel.3 FcPatternRemove.3 FcPatternPrint.3 FcDefaultSubstitute.3 FcNameParse.3 FcNameUnparse.3 FcUtf8ToUcs4.3 FcUcs4ToUtf8.3 FcUtf8Len.3 FcUtf16ToUcs4.3 FcUtf16Len.3 FcIsLower.3 FcIsUpper.3 FcToLower.3 FcStrCopy.3 FcStrDowncase.3 FcStrCopyFilename.3 FcStrCmp.3 FcStrCmpIgnoreCase.3 FcStrStr.3 FcStrStrIgnoreCase.3 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3' /usr/bin/ginstall -c -m 644 FcStrPlus.3 FcStrFree.3 FcStrDirname.3 FcStrBasename.3 FcStrSetCreate.3 FcStrSetMember.3 FcStrSetEqual.3 FcStrSetAdd.3 FcStrSetAddFilename.3 FcStrSetDel.3 FcStrSetDestroy.3 FcStrListCreate.3 FcStrListNext.3 FcStrListDone.3 FcValueDestroy.3 FcValueSave.3 FcValuePrint.3 FcValueEqual.3 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man3' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man5" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man5" /usr/bin/ginstall -c -m 644 fonts-conf.5 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man5' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/doc' Making install in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/test' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts" /usr/bin/ginstall -c -m 644 fonts.dtd '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts' sed \ -e 's,@FC_CACHEDIR\@,/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig,g' \ -e 's,@FC_DEFAULT_FONTS\@,/usr/share/fonts,g' \ -e 's,@FC_FONTPATH\@,/usr/X11R6/lib/X11/fonts,g' \ -e 's,@PACKAGE\@,fontconfig,g' \ -e 's,@VERSION\@,2.8.0,g' \ fonts.conf.in > fonts.conf.tmp && \ mv fonts.conf.tmp fonts.conf /bin/sh /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0/install-sh -d /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig if [ -f /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf ]; then \ echo "backing up existing /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf"; \ mv /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf.bak; \ fi if [ -f ./fonts.conf ]; then \ echo " /usr/bin/ginstall -c -m 644 ./fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf"; \ /usr/bin/ginstall -c -m 644 ./fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf; \ else if [ -f fonts.conf ]; then \ echo " /usr/bin/ginstall -c -m 644 fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf"; \ /usr/bin/ginstall -c -m 644 fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf; \ fi; fi /usr/bin/ginstall -c -m 644 ./fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/etc/fonts/fonts.conf /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-cache -s -f -v /usr/share/fonts: caching, new cache contents: 0 fonts, 8 dirs /usr/share/fonts/100dpi: caching, new cache contents: 358 fonts, 0 dirs /usr/share/fonts/75dpi: caching, new cache contents: 166 fonts, 0 dirs /usr/share/fonts/TTF: caching, new cache contents: 96 fonts, 0 dirs /usr/share/fonts/Type1: caching, new cache contents: 43 fonts, 0 dirs /usr/share/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs /usr/share/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs /usr/share/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs /usr/share/fonts/misc: caching, new cache contents: 80 fonts, 0 dirs /usr/share/fonts/util: caching, new cache contents: 0 fonts, 0 dirs /usr/X11R6/lib/X11/fonts: caching, new cache contents: 0 fonts, 8 dirs /usr/X11R6/lib/X11/fonts/100dpi: caching, new cache contents: 358 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/75dpi: caching, new cache contents: 166 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/TTF: caching, new cache contents: 96 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/Type1: caching, new cache contents: 43 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/cyrillic: caching, new cache contents: 0 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/encodings: caching, new cache contents: 0 fonts, 1 dirs /usr/X11R6/lib/X11/fonts/encodings/large: caching, new cache contents: 0 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/misc: caching, new cache contents: 80 fonts, 0 dirs /usr/X11R6/lib/X11/fonts/util: caching, new cache contents: 0 fonts, 0 dirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/var/cache/fontconfig: cleaning cache directory /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/fc-cache: succeeded test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 fontconfig.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/fontconfig/fontconfig-2.8.0' touch contrib/fontconfig/.stamp.install /usr/bin/wget -O ../download/lame-3.98.tar.gz http://download.m0k.org/handbrake/contrib/lame-3.98.tar.gz --2011-03-13 17:19:40-- http://download.m0k.org/handbrake/contrib/lame-3.98.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1411318 (1,3M) [application/octet-stream] In »»../download/lame-3.98.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 3% 242K 5s 50K .......... .......... .......... .......... .......... 7% 608K 4s 100K .......... .......... .......... .......... .......... 10% 750K 3s 150K .......... .......... .......... .......... .......... 14% 939K 2s 200K .......... .......... .......... .......... .......... 18% 1,17M 2s 250K .......... .......... .......... .......... .......... 21% 1,14M 2s 300K .......... .......... .......... .......... .......... 25% 1,32M 2s 350K .......... .......... .......... .......... .......... 29% 1,34M 1s 400K .......... .......... .......... .......... .......... 32% 1,03M 1s 450K .......... .......... .......... .......... .......... 36% 1,30M 1s 500K .......... .......... .......... .......... .......... 39% 1,19M 1s 550K .......... .......... .......... .......... .......... 43% 272K 1s 600K .......... .......... .......... .......... .......... 47% 74,7M 1s 650K .......... .......... .......... .......... .......... 50% 87,4M 1s 700K .......... .......... .......... .......... .......... 54% 103M 1s 750K .......... .......... .......... .......... .......... 58% 2,45M 1s 800K .......... .......... .......... .......... .......... 61% 435K 1s 850K .......... .......... .......... .......... .......... 65% 1,32M 1s 900K .......... .......... .......... .......... .......... 68% 1,31M 0s 950K .......... .......... .......... .......... .......... 72% 1,14M 0s 1000K .......... .......... .......... .......... .......... 76% 1,39M 0s 1050K .......... .......... .......... .......... .......... 79% 1,02M 0s 1100K .......... .......... .......... .......... .......... 83% 1,15M 0s 1150K .......... .......... .......... .......... .......... 87% 1,11M 0s 1200K .......... .......... .......... .......... .......... 90% 1,32M 0s 1250K .......... .......... .......... .......... .......... 94% 1,28M 0s 1300K .......... .......... .......... .......... .......... 97% 1,29M 0s 1350K .......... .......... ........ 100% 1,26M=1,4s 2011-03-13 17:19:42 (961 KB/s) - »»../download/lame-3.98.tar.gz«« gespeichert [1411318/1411318] /usr/bin/mkdir -p contrib/lame/ /usr/bin/rm -fr ./contrib/lame/lame/ /usr/bin/tar xfC ../download/lame-3.98.tar.gz ./contrib/lame/ touch contrib/lame/.stamp.extract touch contrib/lame/.stamp.patch set -e; cd ./contrib/lame/lame/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 style of include used by make... GNU checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for AIX... no checking for library containing strerror... none required 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc... (cached) none checking version of GCC... 4.5.2 checking for function prototypes... yes checking for string.h... (cached) yes checking dmalloc.h usability... no checking dmalloc.h presence... no checking for dmalloc.h... no checking for ANSI C header files... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdint.h... (cached) yes checking for string.h... (cached) yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking xmmintrin.h usability... no checking xmmintrin.h presence... no checking for xmmintrin.h... no checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for short... yes checking size of short... 2 checking for unsigned short... yes checking size of unsigned short... 2 checking for int... yes checking size of int... 4 checking for unsigned int... yes checking size of unsigned int... 4 checking for long... yes checking size of long... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking for long long... yes checking size of long long... 8 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double with more range or precision than double... yes checking for uint8_t... yes checking for int8_t... yes checking for uint16_t... yes checking for int16_t... yes checking for uint32_t... yes checking for int32_t... yes checking for uint64_t... yes checking for int64_t... yes checking for IEEE854 compliant 80 bit floats... yes checking for ieee854_float80_t... no checking for ieee754_float64_t... no checking for ieee754_float32_t... no checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for strtol... yes checking for socket... yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking ncurses/termcap.h usability... yes checking ncurses/termcap.h presence... yes checking for ncurses/termcap.h... yes checking for initscr in -ltermcap... no checking for initscr in -lcurses... yes checking for initscr in -lncurses... yes checking for cos in -lm... yes checking for cos in -lffm... no checking for cos in -lcpml... no checking for gtk-config... no checking for GTK - version >= 1.2.0... no *** The gtk-config script installed by GTK could not be found *** If GTK was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the GTK_CONFIG environment variable to the *** full path to gtk-config. checking use of ElectricFence malloc debugging... no checking use of file io... lame checking use of analyzer hooks... yes checking use of mpg123 decoder... yes (Layer 2, 3) checking if the lame frontend should be build... yes checking if mp3x is requested... no checking if mp3rtp is requested... no checking glibc mathinline bug... no checking use of VBR bitrate histogram... yes, with ncurses checking if I have to build the internal vector lib... no checking for FLOAT8 as float... no checking for nasm... /usr/bin/nasm checking for assembler routines for this processor type... no checking for additional optimizations... no checking for debug options... no configure: creating ./config.status config.status: creating Makefile config.status: creating libmp3lame/Makefile config.status: creating libmp3lame/i386/Makefile config.status: creating libmp3lame/vector/Makefile config.status: creating frontend/Makefile config.status: creating mpglib/Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/man/Makefile config.status: creating include/Makefile config.status: creating Dll/Makefile config.status: creating misc/Makefile config.status: creating debian/Makefile config.status: creating dshow/Makefile config.status: creating ACM/Makefile config.status: creating ACM/ADbg/Makefile config.status: creating ACM/ddk/Makefile config.status: creating ACM/tinyxml/Makefile config.status: creating lame.spec config.status: creating mac/Makefile config.status: creating macosx/Makefile config.status: creating macosx/English.lproj/Makefile config.status: creating macosx/LAME.xcodeproj/Makefile config.status: creating config.h config.status: executing depfiles commands touch contrib/lame/.stamp.configure make -C ./contrib/lame/lame/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' Making clean in macosx make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' Making clean in LAME.xcodeproj make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' Making clean in English.lproj make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' Making clean in mac make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' Making clean in ACM make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' Making clean in tinyxml make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' Making clean in ddk make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' Making clean in ADbg make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' Making clean in dshow make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' Making clean in misc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' test -z "abx ath scalartest" || rm -f abx ath scalartest rm -rf .libs _libs rm -f *.o test "" = "" || rm -f *_.c rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' Making clean in man make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' Making clean in html make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' Making clean in debian make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' Making clean in Dll make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' Making clean in frontend make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' rm -f lame lame test -z "lclint.txt lame mp3rtp mp3x" || rm -f lclint.txt lame mp3rtp mp3x rm -rf .libs _libs rm -f *.o test "" = "" || rm -f *_.c rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' Making clean in libmp3lame make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' Making clean in vector make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' test -z "lclint.txt" || rm -f lclint.txt rm -rf .libs _libs test -z "" || rm -f rm -f *.o test "" = "" || rm -f *_.c rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' Making clean in i386 make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' test -z "choose_table.o.lst choose_table.lo.lst cpu_feat.o.lst cpu_feat.lo.lst fft3dn.o.lst fft3dn.lo.lst fftsse.o.lst fftsse.lo.lst" || rm -f choose_table.o.lst choose_table.lo.lst cpu_feat.o.lst cpu_feat.lo.lst fft3dn.o.lst fft3dn.lo.lst fftsse.o.lst fftsse.lo.lst rm -rf .libs _libs test -z "" || rm -f rm -f *.o test "" = "" || rm -f *_.c rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' test -z "lclint.txt" || rm -f lclint.txt test -z "libmp3lame.la" || rm -f libmp3lame.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o test "" = "" || rm -f *_.c rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' Making clean in mpglib make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' rm -rf .libs _libs test -z "libmpgdecoder.la" || rm -f libmpgdecoder.la rm -f "./so_locations" rm -f *.o test "" = "" || rm -f *_.c rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' test -z "testcase.new.mp3" || rm -f testcase.new.mp3 rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' /usr/bin/rm -f ./contrib/lame/.stamp.build make -C ./contrib/lame/lame/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' Making all in mpglib make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o common.lo common.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c common.c -o common.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o dct64_i386.lo dct64_i386.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c dct64_i386.c -o dct64_i386.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o decode_i386.lo decode_i386.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c decode_i386.c -o decode_i386.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o interface.lo interface.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c interface.c -o interface.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o layer1.lo layer1.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c layer1.c -o layer1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o layer2.lo layer2.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c layer2.c -o layer2.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o layer3.lo layer3.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c layer3.c -o layer3.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o tabinit.lo tabinit.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c tabinit.c -o tabinit.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo mkdir .libs ar cru .libs/libmpgdecoder.a common.o dct64_i386.o decode_i386.o interface.o layer1.o layer2.o layer3.o tabinit.o ranlib .libs/libmpgdecoder.a creating libmpgdecoder.la (cd .libs && rm -f libmpgdecoder.la && ln -s ../libmpgdecoder.la libmpgdecoder.la) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' Making all in libmp3lame make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' Making all in i386 make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' Making all in vector make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o VbrTag.lo VbrTag.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c VbrTag.c -o VbrTag.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o bitstream.lo bitstream.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c bitstream.c -o bitstream.o In file included from bitstream.c:40:0: gain_analysis.h:88:9: warning: variably modified 'A' at file scope gain_analysis.h:89:9: warning: variably modified 'B' at file scope /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o encoder.lo encoder.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c encoder.c -o encoder.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o fft.lo fft.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c fft.c -o fft.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o gain_analysis.lo gain_analysis.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c gain_analysis.c -o gain_analysis.o In file included from gain_analysis.c:101:0: gain_analysis.h:88:9: warning: variably modified 'A' at file scope gain_analysis.h:89:9: warning: variably modified 'B' at file scope /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o id3tag.lo id3tag.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c id3tag.c -o id3tag.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o lame.lo lame.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c lame.c -o lame.o In file included from lame.c:40:0: gain_analysis.h:88:9: warning: variably modified 'A' at file scope gain_analysis.h:89:9: warning: variably modified 'B' at file scope /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o newmdct.lo newmdct.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c newmdct.c -o newmdct.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o presets.lo presets.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c presets.c -o presets.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o psymodel.lo psymodel.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c psymodel.c -o psymodel.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o quantize.lo quantize.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c quantize.c -o quantize.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o quantize_pvt.lo quantize_pvt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c quantize_pvt.c -o quantize_pvt.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o reservoir.lo reservoir.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c reservoir.c -o reservoir.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o set_get.lo set_get.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c set_get.c -o set_get.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o tables.lo tables.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c tables.c -o tables.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o takehiro.lo takehiro.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c takehiro.c -o takehiro.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o util.lo util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c util.c -o util.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o vbrquantize.lo vbrquantize.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c vbrquantize.c -o vbrquantize.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o version.lo version.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c version.c -o version.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c -o mpglib_interface.lo mpglib_interface.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c mpglib_interface.c -o mpglib_interface.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -version-info 0:0 -no-undefined -o libmp3lame.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib VbrTag.lo bitstream.lo encoder.lo fft.lo gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo version.lo mpglib_interface.lo ../mpglib/libmpgdecoder.la -lm mkdir .libs rm -fr .libs/libmp3lame.lax mkdir .libs/libmp3lame.lax rm -fr .libs/libmp3lame.lax/libmpgdecoder.a mkdir .libs/libmp3lame.lax/libmpgdecoder.a (cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/../mpglib/.libs/libmpgdecoder.a) ar cru .libs/libmp3lame.a VbrTag.o bitstream.o encoder.o fft.o gain_analysis.o id3tag.o lame.o newmdct.o presets.o psymodel.o quantize.o quantize_pvt.o reservoir.o set_get.o tables.o takehiro.o util.o vbrquantize.o version.o mpglib_interface.o .libs/libmp3lame.lax/libmpgdecoder.a/decode_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o .libs/libmp3lame.lax/libmpgdecoder.a/dct64_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/interface.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/common.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.o ranlib .libs/libmp3lame.a rm -fr .libs/libmp3lame.lax creating libmp3lame.la (cd .libs && rm -f libmp3lame.la && ln -s ../libmp3lame.la libmp3lame.la) make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' Making all in frontend make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c main.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c console.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c get_audio.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c lametime.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c parse.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c portableio.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c timestatus.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -c brhist.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -static -o lame main.o console.o get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o ../libmp3lame/libmp3lame.la -lncurses -lm mkdir .libs /usr/bin/gcc -O3 -fomit-frame-pointer -ffast-math -maccumulate-outgoing-args -Wall -pipe -o lame main.o console.o get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o ../libmp3lame/.libs/libmp3lame.a -lncurses -lm make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' Making all in Dll make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' Making all in debian make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' Making all in html make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' Making all in man make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' Making all in misc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' Making all in dshow make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' Making all in ACM make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' Making all in ADbg make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' Making all in ddk make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' Making all in tinyxml make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' Making all in mac make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' Making all in macosx make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' Making all in English.lproj make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' Making all in LAME.xcodeproj make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' touch contrib/lame/.stamp.build make -j 1 -C ./contrib/lame/lame/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' Making install in mpglib make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mpglib' Making install in libmp3lame make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' Making install in i386 make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/i386' Making install in vector make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame/vector' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'libmp3lame.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp3lame.la' /usr/bin/ginstall -c .libs/libmp3lame.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp3lame.la /usr/bin/ginstall -c .libs/libmp3lame.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp3lame.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp3lame.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp3lame.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/libmp3lame' Making install in frontend make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'lame' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/lame' /usr/bin/ginstall -c lame /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/lame make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/frontend' Making install in Dll make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/Dll' Making install in debian make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/debian' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' Making install in html make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html" /usr/bin/ginstall -c -m 644 'basic.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/basic.html' /usr/bin/ginstall -c -m 644 'contributors.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/contributors.html' /usr/bin/ginstall -c -m 644 'examples.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/examples.html' /usr/bin/ginstall -c -m 644 'history.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/history.html' /usr/bin/ginstall -c -m 644 'id3.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/id3.html' /usr/bin/ginstall -c -m 644 'index.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/index.html' /usr/bin/ginstall -c -m 644 'lame.css' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/lame.css' /usr/bin/ginstall -c -m 644 'modes.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/modes.html' /usr/bin/ginstall -c -m 644 'node6.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/node6.html' /usr/bin/ginstall -c -m 644 'switchs.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/lame/html/switchs.html' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/html' Making install in man make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1" /usr/bin/ginstall -c -m 644 './lame.1' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1/lame.1' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc/man' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/doc' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/lame" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/lame" /usr/bin/ginstall -c -m 644 'lame.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/lame/lame.h' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/include' Making install in misc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/misc' Making install in dshow make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/dshow' Making install in ACM make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' Making install in ADbg make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ADbg' Making install in ddk make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/ddk' Making install in tinyxml make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM/tinyxml' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/ACM' Making install in mac make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/mac' Making install in macosx make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' Making install in English.lproj make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/English.lproj' Making install in LAME.xcodeproj make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx/LAME.xcodeproj' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame/macosx' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lame/lame' touch contrib/lame/.stamp.install /usr/bin/wget -O ../download/libass-0.9.9.tar.bz2 http://download.m0k.org/handbrake/contrib/libass-0.9.9.tar.bz2 --2011-03-13 17:20:33-- http://download.m0k.org/handbrake/contrib/libass-0.9.9.tar.bz2 Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 280779 (274K) [application/octet-stream] In »»../download/libass-0.9.9.tar.bz2«« speichern. 0K .......... .......... .......... .......... .......... 18% 207K 1s 50K .......... .......... .......... .......... .......... 36% 408K 1s 100K .......... .......... .......... .......... .......... 54% 1,10M 0s 150K .......... .......... .......... .......... .......... 72% 1,01M 0s 200K .......... .......... .......... .......... .......... 91% 1,31M 0s 250K .......... .......... .... 100% 1,32M=0,5s 2011-03-13 17:20:34 (536 KB/s) - »»../download/libass-0.9.9.tar.bz2«« gespeichert [280779/280779] /usr/bin/mkdir -p contrib/libass/ /usr/bin/rm -fr ./contrib/libass/libass-0.9.9/ /usr/bin/tar xfC ../download/libass-0.9.9.tar.bz2 ./contrib/libass/ touch contrib/libass/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/libass/libass-0.9.9/ < ../contrib/libass/A00-configure.patch patching file configure touch contrib/libass/.stamp.patch set -e; cd ./contrib/libass/libass-0.9.9/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --disable-png --disable-enca FREETYPE_LIBS="-L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -lfreetype" FREETYPE_CFLAGS="-I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/freetype2" FONTCONFIG_LIBS="-L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -lfontconfig" FONTCONFIG_CFLAGS="-I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include" checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc... (cached) none checking how to run the C preprocessor... /usr/bin/gcc -E checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for int64_t... yes checking for size_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for mkdir... yes checking for strcasecmp... yes checking for strdup... yes checking for strtol... yes checking for library containing iconv_open... none required checking for fabs in -lm... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... yes checking for FONTCONFIG... yes checking for sed... /usr/bin/sed configure: creating ./config.status config.status: creating Makefile config.status: creating libass/Makefile config.status: creating test/Makefile config.status: creating libass.pc config.status: creating shave/shave config.status: creating shave/shave-libtool config.status: creating config.h config.status: executing depfiles commands touch contrib/libass/.stamp.configure make -C ./contrib/libass/libass-0.9.9/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' Making clean in libass make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' rm -f "./so_locations" make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' /usr/bin/rm -f ./contrib/libass/.stamp.build make -C ./contrib/libass/libass-0.9.9/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' Making all in libass make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' CC ass.o CC ass_cache.o CC ass_font.o CC ass_fontconfig.o CC ass_render.o CC ass_utils.o CC ass_bitmap.o CC ass_library.o CC ass_drawing.o CC ass_parse.o CC ass_strtod.o LINK libass.la make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' touch contrib/libass/.stamp.build make -j 1 -C ./contrib/libass/libass-0.9.9/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' Making install in libass make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' /bin/sh /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/shave/shave-libtool '/bin/sh ../libtool' --mode=install /usr/bin/ginstall -c 'libass.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libass.la' /usr/bin/ginstall -c -m 644 'ass.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ass/ass.h' /usr/bin/ginstall -c -m 644 'ass_types.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ass/ass_types.h' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9/libass' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' /usr/bin/ginstall -c -m 644 'libass.pc' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig/libass.pc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libass/libass-0.9.9' touch contrib/libass/.stamp.install /usr/bin/wget -O ../download/libdca-r81-strapped.tar.gz http://download.m0k.org/handbrake/contrib/libdca-r81-strapped.tar.gz --2011-03-13 17:20:51-- http://download.m0k.org/handbrake/contrib/libdca-r81-strapped.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 523282 (511K) [application/octet-stream] In »»../download/libdca-r81-strapped.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 9% 247K 2s 50K .......... .......... .......... .......... .......... 19% 475K 1s 100K .......... .......... .......... .......... .......... 29% 794K 1s 150K .......... .......... .......... .......... .......... 39% 853K 1s 200K .......... .......... .......... .......... .......... 48% 1,31M 0s 250K .......... .......... .......... .......... .......... 58% 850K 0s 300K .......... .......... .......... .......... .......... 68% 1,11M 0s 350K .......... .......... .......... .......... .......... 78% 1,07M 0s 400K .......... .......... .......... .......... .......... 88% 1,33M 0s 450K .......... .......... .......... .......... .......... 97% 1,30M 0s 500K .......... . 100% 1,27M=0,7s 2011-03-13 17:20:52 (733 KB/s) - »»../download/libdca-r81-strapped.tar.gz«« gespeichert [523282/523282] /usr/bin/mkdir -p contrib/libdca/ /usr/bin/rm -fr ./contrib/libdca/libdca/ /usr/bin/tar xfC ../download/libdca-r81-strapped.tar.gz ./contrib/libdca/ touch contrib/libdca/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/libdca/libdca/ < ../contrib/libdca/A00-general.patch patching file include/audio_out.h patching file include/dca.h patching file libao/audio_out_aif.c patching file libao/audio_out_al.c patching file libao/audio_out_float.c patching file libao/audio_out_internal.h patching file libao/audio_out_null.c patching file libao/audio_out_oss.c patching file libao/audio_out_peak.c patching file libao/audio_out_solaris.c patching file libao/audio_out_wav.c patching file libao/audio_out_win.c patching file libdca/dca_internal.h patching file libdca/downmix.c patching file libdca/parse.c patching file src/dcadec.c touch contrib/libdca/.stamp.patch set -e; cd ./contrib/libdca/libdca/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autotools'. libtoolize: copying file `autotools/ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /usr/bin/gcc needs -traditional... no checking if /usr/bin/gcc supports -Wall flags... yes checking if /usr/bin/gcc supports -Wall -O3 flags... yes checking if /usr/bin/gcc supports -Wall -O3 -fomit-frame-pointer flags... yes checking if /usr/bin/gcc supports -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro flags... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no 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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking for cos in -lm... 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/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for struct timeval... yes checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for always_inline... yes checking for C/C++ restrict keyword... __restrict checking for __builtin_expect... yes checking for size_t... yes checking whether byte ordering is bigendian... no checking for memalign... yes checking for gettimeofday... yes checking for ftime... yes checking return type of signal handlers... void checking for _oss_ioctl in -lossaudio... no checking __attribute__ ((aligned ())) support... 64 configure: creating ./config.status config.status: creating Makefile config.status: creating autotools/Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating src/Makefile config.status: creating libdca/Makefile config.status: creating libao/Makefile config.status: creating vc++/Makefile config.status: creating libdca/libdca.pc config.status: creating libdca/libdts.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/libdca/.stamp.configure make -C ./contrib/libdca/libdca/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' Making clean in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' rm -rf .libs _libs rm -f compare rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' rm -f dcadec extract_dca rm -rf .libs _libs rm -f *.o test -z "dtsdec extract_dts" || rm -f dtsdec extract_dts rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' Making clean in libao make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' rm -rf .libs _libs test -z "libao.la" || rm -f libao.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' Making clean in libdca make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' test -z "libdca.la" || rm -f libdca.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' /usr/bin/rm -f ./contrib/libdca/.stamp.build make -C ./contrib/libdca/libdca/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' Making all in libdca make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o bitstream.lo bitstream.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c bitstream.c -o bitstream.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o parse.lo parse.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c parse.c -o parse.o parse.c: In function 'dca_subframe_header': parse.c:669:13: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o downmix.lo downmix.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c downmix.c -o downmix.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -no-undefined -version 0:0:0 -export-symbol-regex dca_.* -o libdca.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib bitstream.lo parse.lo downmix.lo -lm libtool: link: ar cru .libs/libdca.a bitstream.o parse.o downmix.o libtool: link: ranlib .libs/libdca.a libtool: link: ( cd ".libs" && rm -f "libdca.la" && ln -s "../libdca.la" "libdca.la" ) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' Making all in libao make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out.lo audio_out.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out.c -o audio_out.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_null.lo audio_out_null.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_null.c -o audio_out_null.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_float.lo audio_out_float.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_float.c -o audio_out_float.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_oss.lo audio_out_oss.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_oss.c -o audio_out_oss.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_solaris.lo audio_out_solaris.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_solaris.c -o audio_out_solaris.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_al.lo audio_out_al.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_al.c -o audio_out_al.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_win.lo audio_out_win.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_win.c -o audio_out_win.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_wav.lo audio_out_wav.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_wav.c -o audio_out_wav.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_aif.lo audio_out_aif.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_aif.c -o audio_out_aif.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o audio_out_peak.lo audio_out_peak.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c audio_out_peak.c -o audio_out_peak.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c -o convert2s16.lo convert2s16.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c convert2s16.c -o convert2s16.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o libao.la audio_out.lo audio_out_null.lo audio_out_float.lo audio_out_oss.lo audio_out_solaris.lo audio_out_al.lo audio_out_win.lo audio_out_wav.lo audio_out_aif.lo audio_out_peak.lo convert2s16.lo -lm libtool: link: ar cru .libs/libao.a audio_out.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o convert2s16.o libtool: link: ranlib .libs/libao.a libtool: link: ( cd ".libs" && rm -f "libao.la" && ln -s "../libao.la" "libao.la" ) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c dcadec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c getopt.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c gettimeofday.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o dcadec dcadec.o getopt.o gettimeofday.o ../libdca/libdca.la ../libao/libao.la libtool: link: /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o dcadec dcadec.o getopt.o gettimeofday.o ../libdca/.libs/libdca.a ../libao/.libs/libao.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c extract_dca.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o extract_dca extract_dca.o getopt.o libtool: link: /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o extract_dca extract_dca.o getopt.o { \ echo '#! /bin/sh' ; \ echo 'exec "$(dirname "$0")/$(basename "$0" | sed -e 's/ts/ca/')" "$@"' ; \ } > dtsdec.tmp chmod +x dtsdec.tmp mv -f dtsdec.tmp dtsdec { \ echo '#! /bin/sh' ; \ echo 'exec "$(dirname "$0")/$(basename "$0" | sed -e 's/ts/ca/')" "$@"' ; \ } > extract_dts.tmp chmod +x extract_dts.tmp mv -f extract_dts.tmp extract_dts make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' Making all in test make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -c compare.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o compare compare.o -lm libtool: link: /usr/bin/gcc -Wall -O3 -fomit-frame-pointer -mtune=pentiumpro -o compare compare.o -lm make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' touch contrib/libdca/.stamp.build make -j 1 -C ./contrib/libdca/libdca/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' Making install in libdca make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libdca.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libdca.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdca.la libtool: install: /usr/bin/ginstall -c .libs/libdca.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdca.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdca.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdca.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make install-exec-hook make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' ln -sf "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdca.a" "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdts.a" make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 libdca.pc libdts.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libdca' Making install in libao make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/libao' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c dcadec extract_dca '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' libtool: install: /usr/bin/ginstall -c dcadec /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/dcadec libtool: install: /usr/bin/ginstall -c extract_dca /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/extract_dca test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /usr/bin/ginstall -c dtsdec extract_dts '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" /usr/bin/ginstall -c -m 644 dcadec.1 extract_dca.1 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1' make install-data-hook make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' for a in dcadec extract_dca; do \ oldname=`echo "$a" | sed -e 's/ca/ts/' | sed 's,x,x,'` ; \ name=`echo "$a" | sed 's,x,x,'` ; \ ln -sf "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1/${name}.1" "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1/${oldname}.1" ; \ done make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/src' Making install in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/test' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include" /usr/bin/ginstall -c -m 644 dca.h dts.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca/include' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdca/libdca' touch contrib/libdca/.stamp.install /usr/bin/wget -O ../download/libdvdread-svn1168.tar.gz http://download.m0k.org/handbrake/contrib/libdvdread-svn1168.tar.gz --2011-03-13 17:21:27-- http://download.m0k.org/handbrake/contrib/libdvdread-svn1168.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 946033 (924K) [application/octet-stream] In »»../download/libdvdread-svn1168.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 5% 251K 3s 50K .......... .......... .......... .......... .......... 10% 670K 2s 100K .......... .......... .......... .......... .......... 16% 794K 2s 150K .......... .......... .......... .......... .......... 21% 798K 1s 200K .......... .......... .......... .......... .......... 27% 1,31M 1s 250K .......... .......... .......... .......... .......... 32% 1,34M 1s 300K .......... .......... .......... .......... .......... 37% 1,24M 1s 350K .......... .......... .......... .......... .......... 43% 1,35M 1s 400K .......... .......... .......... .......... .......... 48% 1,34M 1s 450K .......... .......... .......... .......... .......... 54% 1,32M 1s 500K .......... .......... .......... .......... .......... 59% 1,30M 0s 550K .......... .......... .......... .......... .......... 64% 1,33M 0s 600K .......... .......... .......... .......... .......... 70% 1,29M 0s 650K .......... .......... .......... .......... .......... 75% 1,26M 0s 700K .......... .......... .......... .......... .......... 81% 1,39M 0s 750K .......... .......... .......... .......... .......... 86% 1,28M 0s 800K .......... .......... .......... .......... .......... 92% 1,33M 0s 850K .......... .......... .......... .......... .......... 97% 1,34M 0s 900K .......... .......... ... 100% 1,23M=0,9s 2011-03-13 17:21:28 (984 KB/s) - »»../download/libdvdread-svn1168.tar.gz«« gespeichert [946033/946033] /usr/bin/mkdir -p contrib/libdvdread/ /usr/bin/rm -fr ./contrib/libdvdread/libdvdread/ /usr/bin/tar xfC ../download/libdvdread-svn1168.tar.gz ./contrib/libdvdread/ touch contrib/libdvdread/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A02-msc_ver-defs.patch patching file src/dvd_reader.c patching file src/dvdread_internal.h /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A00-volume-name.patch patching file src/dvd_udf.c /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A04-dup-lut-pgc.patch patching file src/ifo_read.c patching file src/dvdread/ifo_types.h /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A03-m4-uid0.patch patching file configure.ac /usr/bin/patch -t -N -p1 -d ./contrib/libdvdread/libdvdread/ < ../contrib/libdvdread/A99-dvdread-aclocal-install.patch patching file m4/Makefile.am touch contrib/libdvdread/.stamp.patch set -e; cd ./contrib/libdvdread/libdvdread/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --enable-local-dlfcn autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' configure: WARNING: unrecognized options: --enable-local-dlfcn checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... none checking for library containing strerror... none required checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc... (cached) none checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes ./configure: line 12042: ./libtool: No such file or directory checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking whether byte ordering is bigendian... no checking for dlopen in -lc... no checking for dlopen in -ldl... (cached) yes checking for doxygen... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating misc/Makefile config.status: creating misc/dvdread-config config.status: creating misc/dvdread.pc config.status: creating misc/libdvdread.spec config.status: creating misc/relchk.sh config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --enable-local-dlfcn touch contrib/libdvdread/.stamp.configure make -C ./contrib/libdvdread/libdvdread/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' Making clean in m4 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' rm -rf .libs _libs test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' Making clean in misc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' rm -rf .libs _libs test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' test -z "libdvdread.la" || rm -f libdvdread.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' rm -rf .libs _libs test -z "*~ \\\ libdvdread_4.1.3.tar.gz libdvdread-4.1.3.tar.gz libdvdread.tgz package_descriptions" || rm -f *~ \\\ libdvdread_4.1.3.tar.gz libdvdread-4.1.3.tar.gz libdvdread.tgz package_descriptions rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' /usr/bin/rm -f ./contrib/libdvdread/.stamp.build make -C ./contrib/libdvdread/libdvdread/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o dvd_reader.lo dvd_reader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c dvd_reader.c -o dvd_reader.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o nav_read.lo nav_read.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c nav_read.c -o nav_read.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o ifo_read.lo ifo_read.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c ifo_read.c -o ifo_read.o ifo_read.c: In function 'ifoRead_PGC': ifo_read.c:847:5: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' ifo_read.c:850:5: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o dvd_input.lo dvd_input.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c dvd_input.c -o dvd_input.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o dvd_udf.lo dvd_udf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c dvd_udf.c -o dvd_udf.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o md5.lo md5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c md5.c -o md5.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o nav_print.lo nav_print.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c nav_print.c -o nav_print.o nav_print.c: In function 'navPrint_PCI_GI': nav_print.c:41:3: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o ifo_print.lo ifo_print.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c ifo_print.c -o ifo_print.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c -o bitreader.lo bitreader.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -c bitreader.c -o bitreader.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -version-info 5:2:1 -export-symbols-regex "(^dvd.*|^nav.*|^ifo.*|^DVD.*|^UDF.*)" -o libdvdread.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib dvd_reader.lo nav_read.lo ifo_read.lo dvd_input.lo dvd_udf.lo md5.lo nav_print.lo ifo_print.lo bitreader.lo -ldl libtool: link: ar cru .libs/libdvdread.a dvd_reader.o nav_read.o ifo_read.o dvd_input.o dvd_udf.o md5.o nav_print.o ifo_print.o bitreader.o libtool: link: ranlib .libs/libdvdread.a libtool: link: ( cd ".libs" && rm -f "libdvdread.la" && ln -s "../libdvdread.la" "libdvdread.la" ) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' Making all in misc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' Making all in m4 make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' touch contrib/libdvdread/.stamp.build make -j 1 -C ./contrib/libdvdread/libdvdread/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libdvdread.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libdvdread.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdread.la libtool: install: /usr/bin/ginstall -c .libs/libdvdread.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdread.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdread.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdread.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdread" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdread" /usr/bin/ginstall -c -m 644 dvdread/dvd_reader.h dvdread/nav_read.h dvdread/ifo_read.h dvdread/nav_print.h dvdread/ifo_print.h dvdread/ifo_types.h dvdread/nav_types.h dvdread/dvd_udf.h dvdread/bitreader.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdread' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/src' Making install in misc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /usr/bin/ginstall -c dvdread-config '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 dvdread.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/misc' Making install in m4 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" /usr/bin/ginstall -c -m 644 dvdread.m4 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread/m4' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdread/libdvdread' touch contrib/libdvdread/.stamp.install /usr/bin/wget -O ../download/libdvdnav-svn1168.tar.gz http://download.m0k.org/handbrake/contrib/libdvdnav-svn1168.tar.gz --2011-03-13 17:21:59-- http://download.m0k.org/handbrake/contrib/libdvdnav-svn1168.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1844832 (1,8M) [application/octet-stream] In »»../download/libdvdnav-svn1168.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 2% 259K 7s 50K .......... .......... .......... .......... .......... 5% 653K 5s 100K .......... .......... .......... .......... .......... 8% 879K 4s 150K .......... .......... .......... .......... .......... 11% 1,12M 3s 200K .......... .......... .......... .......... .......... 13% 1,33M 3s 250K .......... .......... .......... .......... .......... 16% 1,29M 2s 300K .......... .......... .......... .......... .......... 19% 774K 2s 350K .......... .......... .......... .......... .......... 22% 392K 2s 400K .......... .......... .......... .......... .......... 24% 3,03M 2s 450K .......... .......... .......... .......... .......... 27% 7,75M 2s 500K .......... .......... .......... .......... .......... 30% 4,51M 2s 550K .......... .......... .......... .......... .......... 33% 727K 1s 600K .......... .......... .......... .......... .......... 36% 1,20M 1s 650K .......... .......... .......... .......... .......... 38% 1,06M 1s 700K .......... .......... .......... .......... .......... 41% 1,32M 1s 750K .......... .......... .......... .......... .......... 44% 1,23M 1s 800K .......... .......... .......... .......... .......... 47% 1,14M 1s 850K .......... .......... .......... .......... .......... 49% 1,03M 1s 900K .......... .......... .......... .......... .......... 52% 1,23M 1s 950K .......... .......... .......... .......... .......... 55% 1,05M 1s 1000K .......... .......... .......... .......... .......... 58% 1,29M 1s 1050K .......... .......... .......... .......... .......... 61% 1,28M 1s 1100K .......... .......... .......... .......... .......... 63% 956K 1s 1150K .......... .......... .......... .......... .......... 66% 1,24M 1s 1200K .......... .......... .......... .......... .......... 69% 1,19M 1s 1250K .......... .......... .......... .......... .......... 72% 1,05M 1s 1300K .......... .......... .......... .......... .......... 74% 1,29M 0s 1350K .......... .......... .......... .......... .......... 77% 1,21M 0s 1400K .......... .......... .......... .......... .......... 80% 1002K 0s 1450K .......... .......... .......... .......... .......... 83% 1,17M 0s 1500K .......... .......... .......... .......... .......... 86% 1,18M 0s 1550K .......... .......... .......... .......... .......... 88% 1,07M 0s 1600K .......... .......... .......... .......... .......... 91% 1,26M 0s 1650K .......... .......... .......... .......... .......... 94% 1,32M 0s 1700K .......... .......... .......... .......... .......... 97% 1,29M 0s 1750K .......... .......... .......... .......... .......... 99% 858K 0s 1800K . 100% 1,93M=1,8s 2011-03-13 17:22:01 (1022 KB/s) - »»../download/libdvdnav-svn1168.tar.gz«« gespeichert [1844832/1844832] /usr/bin/mkdir -p contrib/libdvdnav/ /usr/bin/rm -fr ./contrib/libdvdnav/libdvdnav/ /usr/bin/tar xfC ../download/libdvdnav-svn1168.tar.gz ./contrib/libdvdnav/ touch contrib/libdvdnav/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A08-dvdnav-dup.patch patching file src/dvdnav.c patching file src/dvdnav/dvdnav.h patching file src/vm/vm.c /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A02-mult-pgc.patch patching file src/vm/vm.c Hunk #1 succeeded at 1711 (offset -47 lines). /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A05-forward-seek.patch patching file src/searching.c /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A03-quiet.patch patching file src/vm/vm.c Hunk #1 succeeded at 363 (offset 9 lines). Hunk #2 succeeded at 393 (offset 9 lines). /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A04-m4-uid0.patch patching file configure.ac /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A01-program-info.patch patching file src/dvdnav/dvdnav.h Hunk #1 succeeded at 282 (offset 3 lines). Hunk #2 succeeded at 328 (offset 3 lines). patching file src/navigation.c patching file src/vm/vm.c Hunk #2 succeeded at 527 (offset 9 lines). Hunk #3 succeeded at 1673 (offset 9 lines). patching file src/vm/vm.h /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A00-log-stderr.patch patching file src/dvdnav_internal.h /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A07-missing-menu.patch patching file src/vm/vm.c Hunk #1 succeeded at 614 (offset 29 lines). Hunk #2 succeeded at 624 (offset 29 lines). Hunk #3 succeeded at 641 (offset 29 lines). Hunk #4 succeeded at 1448 (offset 29 lines). Hunk #5 succeeded at 1495 (offset 29 lines). Hunk #6 succeeded at 1507 (offset 29 lines). Hunk #7 succeeded at 1527 (offset 29 lines). Hunk #8 succeeded at 1547 (offset 29 lines). Hunk #9 succeeded at 1584 (offset 29 lines). Hunk #10 succeeded at 1607 (offset 29 lines). Hunk #11 succeeded at 1622 (offset 29 lines). Hunk #12 succeeded at 1637 (offset 29 lines). Hunk #13 succeeded at 1701 (offset 29 lines). /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A06-reset-mutex.patch patching file src/dvdnav.c Hunk #1 succeeded at 239 (offset 61 lines). Hunk #2 succeeded at 580 (offset 61 lines). /usr/bin/patch -t -N -p1 -d ./contrib/libdvdnav/libdvdnav/ < ../contrib/libdvdnav/A99-dvdnav-aclocal-install.patch patching file m4/Makefile.am touch contrib/libdvdnav/.stamp.patch set -e; cd ./contrib/libdvdnav/libdvdnav/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="-DNDEBUG" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --with-dvdread-config=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin/dvdread-config autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for style of include used by make... GNU checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... none checking for library containing strerror... none required checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc... (cached) none checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes ./configure: line 12050: ./libtool: No such file or directory checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking whether byte ordering is bigendian... no checking for pthread_create in -lpthread... yes checking for dlopen in -lc... no checking for dlopen in -ldl... (cached) yes checking for doxygen... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/vm/Makefile config.status: creating misc/Makefile config.status: creating misc/dvdnav-config config.status: creating misc/dvdnav.pc config.status: creating misc/dvdnavmini.pc config.status: creating misc/libdvdnav.spec config.status: creating misc/relchk.sh config.status: creating m4/Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/libdvdnav/.stamp.configure make -C ./contrib/libdvdnav/libdvdnav/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' Making clean in m4 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' rm -rf .libs _libs test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' Making clean in misc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' rm -rf .libs _libs test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' rm -rf .libs _libs test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' Making clean in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' rm -rf .libs _libs rm -f menus rm -f *.o test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' Making clean in vm make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' rm -rf .libs _libs test -z "libdvdvm.la" || rm -f libdvdvm.la rm -f "./so_locations" rm -f *.o test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' test -z "libdvdnav.la libdvdnavmini.la" || rm -f libdvdnav.la libdvdnavmini.la rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -f *.o test -z "*~ \#* .*~ .\#*" || rm -f *~ \#* .*~ .\#* rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' rm -rf .libs _libs test -z "*~ \\\ libdvdnav_4.1.3.tar.gz libdvdnav-4.1.3.tar.gz libdvdnav.tgz package_descriptions" || rm -f *~ \\\ libdvdnav_4.1.3.tar.gz libdvdnav-4.1.3.tar.gz libdvdnav.tgz package_descriptions rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' /usr/bin/rm -f ./contrib/libdvdnav/.stamp.build make -C ./contrib/libdvdnav/libdvdnav/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' Making all in vm make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o decoder.lo decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c decoder.c -o decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o vm.lo vm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c vm.c -o vm.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o vmcmd.lo vmcmd.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c vmcmd.c -o vmcmd.o /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -lpthread -o libdvdvm.la decoder.lo vm.lo vmcmd.lo libtool: link: ar cru .libs/libdvdvm.a decoder.o vm.o vmcmd.o libtool: link: ranlib .libs/libdvdvm.a libtool: link: ( cd ".libs" && rm -f "libdvdvm.la" && ln -s "../libdvdvm.la" "libdvdvm.la" ) make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o dvdnav.lo dvdnav.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c dvdnav.c -o dvdnav.o dvdnav.c: In function 'dvdnav_get_restrictions': dvdnav.c:1221:3: warning: dereferencing type-punned pointer will break strict-aliasing rules dvdnav.c:1224:5: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o read_cache.lo read_cache.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c read_cache.c -o read_cache.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o navigation.lo navigation.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c navigation.c -o navigation.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o highlight.lo highlight.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c highlight.c -o highlight.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o searching.lo searching.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c searching.c -o searching.o searching.c: In function 'dvdnav_scan_admap.clone.0': searching.c:76:26: warning: 'next_vobu' may be used uninitialized in this function /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o settings.lo settings.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c settings.c -o settings.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c -o remap.lo remap.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src/vm -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c remap.c -o remap.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -version-info 5:2:1 -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)" -o libdvdnav.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib dvdnav.lo read_cache.lo navigation.lo highlight.lo searching.lo settings.lo remap.lo -lpthread -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -ldvdread ../src/vm/libdvdvm.la libtool: link: (cd .libs/libdvdnav.lax/libdvdvm.a && ar x "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/../src/vm/.libs/libdvdvm.a") libtool: link: ar cru .libs/libdvdnav.a dvdnav.o read_cache.o navigation.o highlight.o searching.o settings.o remap.o .libs/libdvdnav.lax/libdvdvm.a/decoder.o .libs/libdvdnav.lax/libdvdvm.a/vm.o .libs/libdvdnav.lax/libdvdvm.a/vmcmd.o libtool: link: ranlib .libs/libdvdnav.a libtool: link: rm -fr .libs/libdvdnav.lax libtool: link: ( cd ".libs" && rm -f "libdvdnav.la" && ln -s "../libdvdnav.la" "libdvdnav.la" ) /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -version-info 5:2:1 -export-symbols-regex "(^dvdnav.*|^nav.*|^ifo.*|^DVD.*)" -o libdvdnavmini.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib dvdnav.lo read_cache.lo navigation.lo highlight.lo searching.lo settings.lo remap.lo -lpthread ../src/vm/libdvdvm.la libtool: link: (cd .libs/libdvdnavmini.lax/libdvdvm.a && ar x "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/../src/vm/.libs/libdvdvm.a") libtool: link: ar cru .libs/libdvdnavmini.a dvdnav.o read_cache.o navigation.o highlight.o searching.o settings.o remap.o .libs/libdvdnavmini.lax/libdvdvm.a/decoder.o .libs/libdvdnavmini.lax/libdvdvm.a/vm.o .libs/libdvdnavmini.lax/libdvdvm.a/vmcmd.o libtool: link: ranlib .libs/libdvdnavmini.a libtool: link: rm -fr .libs/libdvdnavmini.lax libtool: link: ( cd ".libs" && rm -f "libdvdnavmini.la" && ln -s "../libdvdnavmini.la" "libdvdnavmini.la" ) make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' Making all in examples make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DDVDNAV_COMPILE -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include -I../src -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -c menus.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -o menus menus.o ../src/libdvdnav.la -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -ldvdread libtool: link: /usr/bin/gcc -O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DNDEBUG -o menus menus.o ../src/.libs/libdvdnav.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -lpthread /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdread.a -ldl make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' Making all in misc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' Making all in m4 make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' touch contrib/libdvdnav/.stamp.build make -j 1 -C ./contrib/libdvdnav/libdvdnav/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' Making install in vm make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdnav" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdnav" make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src/vm' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libdvdnav.la libdvdnavmini.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libdvdnav.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnav.la libtool: install: /usr/bin/ginstall -c .libs/libdvdnavmini.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnavmini.la libtool: install: /usr/bin/ginstall -c .libs/libdvdnav.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnav.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnav.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnav.a libtool: install: /usr/bin/ginstall -c .libs/libdvdnavmini.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnavmini.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnavmini.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnavmini.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdnav" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdnav" /usr/bin/ginstall -c -m 644 dvdnav/dvdnav.h dvdnav/dvdnav_events.h dvdnav/dvd_types.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/dvdnav' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/src' Making install in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/examples' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/doc' Making install in misc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" /usr/bin/ginstall -c dvdnav-config '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 dvdnav.pc dvdnavmini.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/misc' Making install in m4 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" /usr/bin/ginstall -c -m 644 dvdnav.m4 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav/m4' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libdvdnav/libdvdnav' touch contrib/libdvdnav/.stamp.install /usr/bin/wget -O ../download/libmkv-0.6.4.1-0-ga80e593.tar.bz2 http://download.m0k.org/handbrake/contrib/libmkv-0.6.4.1-0-ga80e593.tar.bz2 --2011-03-13 17:22:36-- http://download.m0k.org/handbrake/contrib/libmkv-0.6.4.1-0-ga80e593.tar.bz2 Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 28213 (28K) [application/octet-stream] In »»../download/libmkv-0.6.4.1-0-ga80e593.tar.bz2«« speichern. 0K .......... .......... ....... 100% 215K=0,1s 2011-03-13 17:22:36 (215 KB/s) - »»../download/libmkv-0.6.4.1-0-ga80e593.tar.bz2«« gespeichert [28213/28213] /usr/bin/mkdir -p contrib/libmkv/ /usr/bin/rm -fr ./contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/ /usr/bin/tar xfC ../download/libmkv-0.6.4.1-0-ga80e593.tar.bz2 ./contrib/libmkv/ touch contrib/libmkv/.stamp.extract touch contrib/libmkv/.stamp.patch set -e; cd ./contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/; rm -fr aclocal.m4 autom4te.cache; mkdir m4; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory config autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. libtoolize: copying file `config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:16: installing `config/config.guess' configure.ac:16: installing `config/config.sub' configure.ac:12: installing `config/install-sh' configure.ac:12: installing `config/missing' src/Makefile.am: installing `config/depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for int64_t... yes checking for size_t... yes checking for int8_t... yes checking for off_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for memset... yes checking for strdup... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/libmkv/.stamp.configure make -C ./contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' test -z "libmkv.la" || rm -f libmkv.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' /usr/bin/rm -f ./contrib/libmkv/.stamp.build make -C ./contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o matroska.lo matroska.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c matroska.c -o matroska.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o tracks.lo tracks.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c tracks.c -o tracks.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o chapters.lo chapters.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c chapters.c -o chapters.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o ebml.lo ebml.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c ebml.c -o ebml.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o md5.lo md5.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c md5.c -o md5.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o tags.lo tags.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c tags.c -o tags.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c -o attachments.lo attachments.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I../include -c attachments.c -o attachments.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -o libmkv.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib matroska.lo tracks.lo chapters.lo ebml.lo md5.lo tags.lo attachments.lo libtool: link: ar cru .libs/libmkv.a matroska.o tracks.o chapters.o ebml.o md5.o tags.o attachments.o libtool: link: ranlib .libs/libmkv.a libtool: link: ( cd ".libs" && rm -f "libmkv.la" && ln -s "../libmkv.la" "libmkv.la" ) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' touch contrib/libmkv/.stamp.build make -j 1 -C ./contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libmkv.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libmkv.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmkv.la libtool: install: /usr/bin/ginstall -c .libs/libmkv.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmkv.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmkv.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmkv.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/src' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include" /usr/bin/ginstall -c -m 644 libmkv.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593/include' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libmkv/libmkv-0.6.4.1-0-ga80e593' touch contrib/libmkv/.stamp.install /usr/bin/wget -O ../download/libogg-1.1.3.tar.gz http://download.m0k.org/handbrake/contrib/libogg-1.1.3.tar.gz --2011-03-13 17:23:02-- http://download.m0k.org/handbrake/contrib/libogg-1.1.3.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 401303 (392K) [application/octet-stream] In »»../download/libogg-1.1.3.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 12% 259K 1s 50K .......... .......... .......... .......... .......... 25% 501K 1s 100K .......... .......... .......... .......... .......... 38% 881K 1s 150K .......... .......... .......... .......... .......... 51% 897K 0s 200K .......... .......... .......... .......... .......... 63% 1,38M 0s 250K .......... .......... .......... .......... .......... 76% 665K 0s 300K .......... .......... .......... .......... .......... 89% 1,30M 0s 350K .......... .......... .......... .......... . 100% 827K=0,6s 2011-03-13 17:23:02 (649 KB/s) - »»../download/libogg-1.1.3.tar.gz«« gespeichert [401303/401303] /usr/bin/mkdir -p contrib/libogg/ /usr/bin/rm -fr ./contrib/libogg/libogg/ /usr/bin/tar xfC ../download/libogg-1.1.3.tar.gz ./contrib/libogg/ touch contrib/libogg/.stamp.extract touch contrib/libogg/.stamp.patch set -e; cd ./contrib/libogg/libogg/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --disable-sdl checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc static flag works... yes checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for an ANSI C-conforming const... yes checking for int16_t... yes checking for int32_t... yes checking for uint32_t... no checking for uint16_t... no checking for u_int32_t... yes checking for u_int16_t... yes checking for int64_t... yes checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking size of long long... 8 checking for working memcmp... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/libogg/Makefile config.status: creating include/Makefile config.status: creating include/ogg/Makefile config.status: creating include/ogg/config_types.h config.status: creating win32/Makefile config.status: creating libogg.spec config.status: creating ogg.pc config.status: creating ogg-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands touch contrib/libogg/.stamp.configure make -C ./contrib/libogg/libogg/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' Making clean in win32 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' Making clean in libogg make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' Making clean in ogg make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' test -z "libogg.la" || rm -f libogg.la rm -f "./so_locations" rm -rf .libs _libs rm -f test_bitwise test_bitwise rm -f test_framing test_framing rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' /usr/bin/rm -f ./contrib/libogg/.stamp.build make -C ./contrib/libogg/libogg/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -ffast-math -fsigned-char -c -o framing.lo framing.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -ffast-math -fsigned-char -c framing.c -o framing.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -ffast-math -fsigned-char -c -o bitwise.lo bitwise.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -O20 -ffast-math -fsigned-char -c bitwise.c -o bitwise.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -fsigned-char -o libogg.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib -no-undefined -version-info 5:3:5 framing.lo bitwise.lo mkdir .libs ar cru .libs/libogg.a framing.o bitwise.o ranlib .libs/libogg.a creating libogg.la (cd .libs && rm -f libogg.la && ln -s ../libogg.la libogg.la) /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -ffast-math -fsigned-char -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -fsigned-char -o test_bitwise test_bitwise-bitwise.o /usr/bin/gcc -O20 -ffast-math -fsigned-char -o test_bitwise test_bitwise-bitwise.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -D_V_SELFTEST -O20 -ffast-math -fsigned-char -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -fsigned-char -o test_framing test_framing-framing.o /usr/bin/gcc -O20 -ffast-math -fsigned-char -o test_framing test_framing-framing.o make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' Making all in ogg make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' Making all in libogg make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' Making all in win32 make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' touch contrib/libogg/.stamp.build make -j 1 -C ./contrib/libogg/libogg/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'libogg.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.la' /usr/bin/ginstall -c .libs/libogg.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.la /usr/bin/ginstall -c .libs/libogg.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/src' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' Making install in ogg make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg" /usr/bin/ginstall -c -m 644 'config_types.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg/config_types.h' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg" /usr/bin/ginstall -c -m 644 'ogg.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg/ogg.h' /usr/bin/ginstall -c -m 644 'os_types.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/ogg/os_types.h' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include/ogg' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/include' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' Making install in libogg make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg" /usr/bin/ginstall -c -m 644 'bitpacking.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/bitpacking.html' /usr/bin/ginstall -c -m 644 'datastructures.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/datastructures.html' /usr/bin/ginstall -c -m 644 'decoding.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/decoding.html' /usr/bin/ginstall -c -m 644 'encoding.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/encoding.html' /usr/bin/ginstall -c -m 644 'general.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/general.html' /usr/bin/ginstall -c -m 644 'index.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/index.html' /usr/bin/ginstall -c -m 644 'ogg_packet.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_packet.html' /usr/bin/ginstall -c -m 644 'ogg_packet_clear.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_packet_clear.html' /usr/bin/ginstall -c -m 644 'ogg_page.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page.html' /usr/bin/ginstall -c -m 644 'ogg_page_bos.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_bos.html' /usr/bin/ginstall -c -m 644 'ogg_page_checksum_set.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_checksum_set.html' /usr/bin/ginstall -c -m 644 'ogg_page_continued.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_continued.html' /usr/bin/ginstall -c -m 644 'ogg_page_eos.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_eos.html' /usr/bin/ginstall -c -m 644 'ogg_page_granulepos.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_granulepos.html' /usr/bin/ginstall -c -m 644 'ogg_page_packets.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_packets.html' /usr/bin/ginstall -c -m 644 'ogg_page_pageno.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_pageno.html' /usr/bin/ginstall -c -m 644 'ogg_page_serialno.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_serialno.html' /usr/bin/ginstall -c -m 644 'ogg_page_version.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_page_version.html' /usr/bin/ginstall -c -m 644 'ogg_stream_clear.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_clear.html' /usr/bin/ginstall -c -m 644 'ogg_stream_destroy.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_destroy.html' /usr/bin/ginstall -c -m 644 'ogg_stream_eos.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_eos.html' /usr/bin/ginstall -c -m 644 'ogg_stream_flush.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_flush.html' /usr/bin/ginstall -c -m 644 'ogg_stream_init.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_init.html' /usr/bin/ginstall -c -m 644 'ogg_stream_packetin.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_packetin.html' /usr/bin/ginstall -c -m 644 'ogg_stream_packetout.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_packetout.html' /usr/bin/ginstall -c -m 644 'ogg_stream_packetpeek.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_packetpeek.html' /usr/bin/ginstall -c -m 644 'ogg_stream_pagein.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_pagein.html' /usr/bin/ginstall -c -m 644 'ogg_stream_pageout.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_pageout.html' /usr/bin/ginstall -c -m 644 'ogg_stream_reset.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_reset.html' /usr/bin/ginstall -c -m 644 'ogg_stream_reset_serialno.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_reset_serialno.html' /usr/bin/ginstall -c -m 644 'ogg_stream_state.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_stream_state.html' /usr/bin/ginstall -c -m 644 'ogg_sync_buffer.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_buffer.html' /usr/bin/ginstall -c -m 644 'ogg_sync_clear.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_clear.html' /usr/bin/ginstall -c -m 644 'ogg_sync_destroy.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_destroy.html' /usr/bin/ginstall -c -m 644 'ogg_sync_init.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_init.html' /usr/bin/ginstall -c -m 644 'ogg_sync_pageout.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_pageout.html' /usr/bin/ginstall -c -m 644 'ogg_sync_pageseek.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_pageseek.html' /usr/bin/ginstall -c -m 644 'ogg_sync_reset.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_reset.html' /usr/bin/ginstall -c -m 644 'ogg_sync_state.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_state.html' /usr/bin/ginstall -c -m 644 'ogg_sync_wrote.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/ogg_sync_wrote.html' /usr/bin/ginstall -c -m 644 'oggpack_adv.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_adv.html' /usr/bin/ginstall -c -m 644 'oggpack_adv1.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_adv1.html' /usr/bin/ginstall -c -m 644 'oggpack_bits.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_bits.html' /usr/bin/ginstall -c -m 644 'oggpack_buffer.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_buffer.html' /usr/bin/ginstall -c -m 644 'oggpack_bytes.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_bytes.html' /usr/bin/ginstall -c -m 644 'oggpack_get_buffer.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_get_buffer.html' /usr/bin/ginstall -c -m 644 'oggpack_look.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_look.html' /usr/bin/ginstall -c -m 644 'oggpack_look1.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_look1.html' /usr/bin/ginstall -c -m 644 'oggpack_read.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_read.html' /usr/bin/ginstall -c -m 644 'oggpack_read1.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_read1.html' /usr/bin/ginstall -c -m 644 'oggpack_readinit.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_readinit.html' /usr/bin/ginstall -c -m 644 'oggpack_reset.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_reset.html' /usr/bin/ginstall -c -m 644 'oggpack_write.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_write.html' /usr/bin/ginstall -c -m 644 'oggpack_writealign.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_writealign.html' /usr/bin/ginstall -c -m 644 'oggpack_writeclear.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_writeclear.html' /usr/bin/ginstall -c -m 644 'oggpack_writecopy.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_writecopy.html' /usr/bin/ginstall -c -m 644 'oggpack_writeinit.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_writeinit.html' /usr/bin/ginstall -c -m 644 'oggpack_writetrunc.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/oggpack_writetrunc.html' /usr/bin/ginstall -c -m 644 'overview.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/overview.html' /usr/bin/ginstall -c -m 644 'reference.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/reference.html' /usr/bin/ginstall -c -m 644 'style.css' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/style.css' /usr/bin/ginstall -c -m 644 'vorbis_comment.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/vorbis_comment.html' /usr/bin/ginstall -c -m 644 'vorbis_info.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg/vorbis_info.html' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc/libogg' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3" /usr/bin/ginstall -c -m 644 'framing.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/framing.html' /usr/bin/ginstall -c -m 644 'index.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/index.html' /usr/bin/ginstall -c -m 644 'oggstream.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/oggstream.html' /usr/bin/ginstall -c -m 644 'ogg-multiplex.html' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/ogg-multiplex.html' /usr/bin/ginstall -c -m 644 'stream.png' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/stream.png' /usr/bin/ginstall -c -m 644 'vorbisword2.png' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/vorbisword2.png' /usr/bin/ginstall -c -m 644 'white-ogg.png' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/white-ogg.png' /usr/bin/ginstall -c -m 644 'white-xifish.png' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/white-xifish.png' /usr/bin/ginstall -c -m 644 'rfc3533.txt' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/rfc3533.txt' /usr/bin/ginstall -c -m 644 'rfc3534.txt' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/doc/libogg-1.1.3/rfc3534.txt' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/doc' Making install in win32 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg/win32' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/aclocal" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/aclocal" /usr/bin/ginstall -c -m 644 'ogg.m4' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/aclocal/ogg.m4' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" /usr/bin/ginstall -c -m 644 'ogg.pc' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig/ogg.pc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libogg/libogg' touch contrib/libogg/.stamp.install /usr/bin/wget -O ../download/libsamplerate-0.1.4.tar.gz http://download.m0k.org/handbrake/contrib/libsamplerate-0.1.4.tar.gz --2011-03-13 17:23:24-- http://download.m0k.org/handbrake/contrib/libsamplerate-0.1.4.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 4259244 (4,1M) [application/octet-stream] In »»../download/libsamplerate-0.1.4.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 1% 226K 18s 50K .......... .......... .......... .......... .......... 2% 465K 13s 100K .......... .......... .......... .......... .......... 3% 977K 10s 150K .......... .......... .......... .......... .......... 4% 1,00M 8s 200K .......... .......... .......... .......... .......... 6% 1,37M 7s 250K .......... .......... .......... .......... .......... 7% 802K 7s 300K .......... .......... .......... .......... .......... 8% 826K 6s 350K .......... .......... .......... .......... .......... 9% 1,08M 6s 400K .......... .......... .......... .......... .......... 10% 1,15M 6s 450K .......... .......... .......... .......... .......... 12% 1,37M 5s 500K .......... .......... .......... .......... .......... 13% 609K 5s 550K .......... .......... .......... .......... .......... 14% 1,32M 5s 600K .......... .......... .......... .......... .......... 15% 1,04M 5s 650K .......... .......... .......... .......... .......... 16% 1,22M 5s 700K .......... .......... .......... .......... .......... 18% 851K 4s 750K .......... .......... .......... .......... .......... 19% 1,29M 4s 800K .......... .......... .......... .......... .......... 20% 801K 4s 850K .......... .......... .......... .......... .......... 21% 1,07M 4s 900K .......... .......... .......... .......... .......... 22% 1,29M 4s 950K .......... .......... .......... .......... .......... 24% 1,32M 4s 1000K .......... .......... .......... .......... .......... 25% 803K 4s 1050K .......... .......... .......... .......... .......... 26% 822K 4s 1100K .......... .......... .......... .......... .......... 27% 1,17M 4s 1150K .......... .......... .......... .......... .......... 28% 1,10M 3s 1200K .......... .......... .......... .......... .......... 30% 1,28M 3s 1250K .......... .......... .......... .......... .......... 31% 822K 3s 1300K .......... .......... .......... .......... .......... 32% 983K 3s 1350K .......... .......... .......... .......... .......... 33% 908K 3s 1400K .......... .......... .......... .......... .......... 34% 1,12M 3s 1450K .......... .......... .......... .......... .......... 36% 803K 3s 1500K .......... .......... .......... .......... .......... 37% 1,33M 3s 1550K .......... .......... .......... .......... .......... 38% 849K 3s 1600K .......... .......... .......... .......... .......... 39% 1,10M 3s 1650K .......... .......... .......... .......... .......... 40% 708K 3s 1700K .......... .......... .......... .......... .......... 42% 1,28M 3s 1750K .......... .......... .......... .......... .......... 43% 1,11M 3s 1800K .......... .......... .......... .......... .......... 44% 895K 3s 1850K .......... .......... .......... .......... .......... 45% 1,11M 3s 1900K .......... .......... .......... .......... .......... 46% 725K 2s 1950K .......... .......... .......... .......... .......... 48% 1,30M 2s 2000K .......... .......... .......... .......... .......... 49% 991K 2s 2050K .......... .......... .......... .......... .......... 50% 984K 2s 2100K .......... .......... .......... .......... .......... 51% 736K 2s 2150K .......... .......... .......... .......... .......... 52% 1,07M 2s 2200K .......... .......... .......... .......... .......... 54% 1,20M 2s 2250K .......... .......... .......... .......... .......... 55% 990K 2s 2300K .......... .......... .......... .......... .......... 56% 822K 2s 2350K .......... .......... .......... .......... .......... 57% 1,30M 2s 2400K .......... .......... .......... .......... .......... 58% 1,29M 2s 2450K .......... .......... .......... .......... .......... 60% 1,32M 2s 2500K .......... .......... .......... .......... .......... 61% 1,29M 2s 2550K .......... .......... .......... .......... .......... 62% 1,32M 2s 2600K .......... .......... .......... .......... .......... 63% 632K 2s 2650K .......... .......... .......... .......... .......... 64% 1,31M 2s 2700K .......... .......... .......... .......... .......... 66% 1,30M 1s 2750K .......... .......... .......... .......... .......... 67% 997K 1s 2800K .......... .......... .......... .......... .......... 68% 748K 1s 2850K .......... .......... .......... .......... .......... 69% 1,31M 1s 2900K .......... .......... .......... .......... .......... 70% 838K 1s 2950K .......... .......... .......... .......... .......... 72% 1,32M 1s 3000K .......... .......... .......... .......... .......... 73% 828K 1s 3050K .......... .......... .......... .......... .......... 74% 1,11M 1s 3100K .......... .......... .......... .......... .......... 75% 1,06M 1s 3150K .......... .......... .......... .......... .......... 76% 917K 1s 3200K .......... .......... .......... .......... .......... 78% 774K 1s 3250K .......... .......... .......... .......... .......... 79% 1,30M 1s 3300K .......... .......... .......... .......... .......... 80% 1,31M 1s 3350K .......... .......... .......... .......... .......... 81% 984K 1s 3400K .......... .......... .......... .......... .......... 82% 1,00M 1s 3450K .......... .......... .......... .......... .......... 84% 682K 1s 3500K .......... .......... .......... .......... .......... 85% 1,28M 1s 3550K .......... .......... .......... .......... .......... 86% 1,25M 1s 3600K .......... .......... .......... .......... .......... 87% 985K 1s 3650K .......... .......... .......... .......... .......... 88% 768K 0s 3700K .......... .......... .......... .......... .......... 90% 944K 0s 3750K .......... .......... .......... .......... .......... 91% 1,29M 0s 3800K .......... .......... .......... .......... .......... 92% 1,12M 0s 3850K .......... .......... .......... .......... .......... 93% 1,10M 0s 3900K .......... .......... .......... .......... .......... 94% 737K 0s 3950K .......... .......... .......... .......... .......... 96% 1,21M 0s 4000K .......... .......... .......... .......... .......... 97% 905K 0s 4050K .......... .......... .......... .......... .......... 98% 1,11M 0s 4100K .......... .......... .......... .......... .......... 99% 762K 0s 4150K ......... 100% 1,45M=4,3s 2011-03-13 17:23:29 (958 KB/s) - »»../download/libsamplerate-0.1.4.tar.gz«« gespeichert [4259244/4259244] /usr/bin/mkdir -p contrib/libsamplerate/ /usr/bin/rm -fr ./contrib/libsamplerate/libsamplerate/ /usr/bin/tar xfC ../download/libsamplerate-0.1.4.tar.gz ./contrib/libsamplerate/ touch contrib/libsamplerate/.stamp.extract touch contrib/libsamplerate/.stamp.patch set -e; cd ./contrib/libsamplerate/libsamplerate/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... /usr/bin/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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking for stdint.h... (cached) yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking processor byte ordering... little checking for malloc... yes checking for calloc... yes checking for free... yes checking for memcpy... yes checking for memmove... yes checking for alarm... yes checking for signal... yes checking for floor in -lm... yes checking for floor... yes checking for ceil... yes checking for fmod... yes checking for SIGALRM... yes checking for lrint... yes checking for lrintf... yes checking processor clipping capabilities... negative checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SNDFILE... yes checking for FFTW3... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Version_script config.status: creating Win32/Makefile config.status: creating Win32/Makefile.mingw config.status: creating src/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating libsamplerate.spec config.status: creating samplerate.pc config.status: creating src/config.h config.status: executing depfiles commands -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=- Configuration summary : Version : ..................... 0.1.4 Tools : Compiler is GCC : ............. yes GCC major version : ........... 4 Extra tools required for testing and examples : Use FFTW : .................... yes Have libsndfile : ............. yes Installation directories : Library directory : ........... /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib Program directory : ........... /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin Pkgconfig directory : ......... /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig Compiling some other packages against libsamplerate may require the addition of "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" to the PKG_CONFIG_PATH environment variable. touch contrib/libsamplerate/.stamp.configure make -C ./contrib/libsamplerate/libsamplerate/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' Making clean in tests make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' rm -rf .libs _libs rm -f misc_test misc_test rm -f termination_test termination_test rm -f simple_test simple_test rm -f callback_test callback_test rm -f reset_test reset_test rm -f multi_channel_test multi_channel_test rm -f snr_bw_test snr_bw_test rm -f float_short_test float_short_test rm -f varispeed_test varispeed_test rm -f callback_hang_test callback_hang_test rm -f src-evaluate src-evaluate rm -f throughput_test throughput_test rm -f downsample_test downsample_test rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' Making clean in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' rm -f sndfile-resample sndfile-resample rm -rf .libs _libs rm -f varispeed-play varispeed-play rm -f timewarp-file timewarp-file rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' test -z "src_sinc.s" || rm -f src_sinc.s test -z "libsamplerate.la" || rm -f libsamplerate.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' /usr/bin/rm -f ./contrib/libsamplerate/.stamp.build make -C ./contrib/libsamplerate/libsamplerate/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' Making all in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' make all-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o samplerate.lo samplerate.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c samplerate.c -o samplerate.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o src_sinc.lo src_sinc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c src_sinc.c -o src_sinc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o src_zoh.lo src_zoh.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c src_zoh.c -o src_zoh.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o src_linear.lo src_linear.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I. -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c src_linear.c -o src_linear.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o libsamplerate.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib -no-undefined -version-info 1:4:1 -Wl,--version-script=Version_script samplerate.lo src_sinc.lo src_zoh.lo src_linear.lo -lm -lm mkdir .libs ar cru .libs/libsamplerate.a samplerate.o src_sinc.o src_zoh.o src_linear.o ranlib .libs/libsamplerate.a creating libsamplerate.la (cd .libs && rm -f libsamplerate.la && ln -s ../libsamplerate.la libsamplerate.la) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' Making all in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' Making all in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c sndfile-resample.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o sndfile-resample sndfile-resample.o ../src/libsamplerate.la -lsndfile -lm mkdir .libs /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o sndfile-resample sndfile-resample.o ../src/.libs/libsamplerate.a /usr/lib/libsndfile.so /usr/lib/libFLAC.so -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libogg.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c varispeed-play.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c audio_out.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o varispeed-play varispeed-play.o audio_out.o ../src/libsamplerate.la -lsndfile -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o varispeed-play varispeed-play.o audio_out.o ../src/.libs/libsamplerate.a /usr/lib/libsndfile.so /usr/lib/libFLAC.so -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libogg.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c timewarp-file.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o timewarp-file timewarp-file.o ../src/libsamplerate.la -lsndfile -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o timewarp-file timewarp-file.o ../src/.libs/libsamplerate.a /usr/lib/libsndfile.so /usr/lib/libFLAC.so -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libogg.so -lm make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' Making all in tests make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c misc_test.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c util.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o misc_test misc_test.o util.o ../src/libsamplerate.la -lm mkdir .libs /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o misc_test misc_test.o util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c termination_test.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o termination_test termination_test.o util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o termination_test termination_test.o util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c simple_test.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o simple_test simple_test.o util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o simple_test simple_test.o util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o callback_test-callback_test.o `test -f 'callback_test.c' || echo './'`callback_test.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o callback_test-util.o `test -f 'util.c' || echo './'`util.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o callback_test callback_test-callback_test.o callback_test-util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o callback_test callback_test-callback_test.o callback_test-util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c reset_test.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o reset_test reset_test.o util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o reset_test reset_test.o util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o multi_channel_test-multi_channel_test.o `test -f 'multi_channel_test.c' || echo './'`multi_channel_test.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o multi_channel_test-util.o `test -f 'util.c' || echo './'`util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o multi_channel_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o multi_channel_test multi_channel_test-multi_channel_test.o multi_channel_test-util.o multi_channel_test-calc_snr.o ../src/libsamplerate.la -lfftw3 -lm -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o multi_channel_test multi_channel_test-multi_channel_test.o multi_channel_test-util.o multi_channel_test-calc_snr.o ../src/.libs/libsamplerate.a /usr/lib/libfftw3.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o snr_bw_test-snr_bw_test.o `test -f 'snr_bw_test.c' || echo './'`snr_bw_test.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o snr_bw_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o snr_bw_test-util.o `test -f 'util.c' || echo './'`util.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o snr_bw_test snr_bw_test-snr_bw_test.o snr_bw_test-calc_snr.o snr_bw_test-util.o ../src/libsamplerate.la -lfftw3 -lm -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o snr_bw_test snr_bw_test-snr_bw_test.o snr_bw_test-calc_snr.o snr_bw_test-util.o ../src/.libs/libsamplerate.a /usr/lib/libfftw3.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c float_short_test.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o float_short_test float_short_test.o util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o float_short_test float_short_test.o util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o varispeed_test-varispeed_test.o `test -f 'varispeed_test.c' || echo './'`varispeed_test.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o varispeed_test-util.o `test -f 'util.c' || echo './'`util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o varispeed_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o varispeed_test varispeed_test-varispeed_test.o varispeed_test-util.o varispeed_test-calc_snr.o ../src/libsamplerate.la -lfftw3 -lm -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o varispeed_test varispeed_test-varispeed_test.o varispeed_test-util.o varispeed_test-calc_snr.o ../src/.libs/libsamplerate.a /usr/lib/libfftw3.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c callback_hang_test.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o callback_hang_test callback_hang_test.o util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o callback_hang_test callback_hang_test.o util.o ../src/.libs/libsamplerate.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o src_evaluate-src-evaluate.o `test -f 'src-evaluate.c' || echo './'`src-evaluate.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o src_evaluate-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o src_evaluate-util.o `test -f 'util.c' || echo './'`util.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o src-evaluate src_evaluate-src-evaluate.o src_evaluate-calc_snr.o src_evaluate-util.o -lsndfile -lfftw3 -lm -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o src-evaluate src_evaluate-src-evaluate.o src_evaluate-calc_snr.o src_evaluate-util.o /usr/lib/libsndfile.so /usr/lib/libFLAC.so -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libfftw3.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o throughput_test-throughput_test.o `test -f 'throughput_test.c' || echo './'`throughput_test.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o throughput_test-util.o `test -f 'util.c' || echo './'`util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c -o throughput_test-calc_snr.o `test -f 'calc_snr.c' || echo './'`calc_snr.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o throughput_test throughput_test-throughput_test.o throughput_test-util.o throughput_test-calc_snr.o ../src/libsamplerate.la -lfftw3 -lm -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o throughput_test throughput_test-throughput_test.o throughput_test-util.o throughput_test-calc_snr.o ../src/.libs/libsamplerate.a /usr/lib/libfftw3.so -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../src -I./../src -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -c downsample_test.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o downsample_test downsample_test.o util.o ../src/libsamplerate.la -lm /usr/bin/gcc -std=gnu99 -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith -pipe -o downsample_test downsample_test.o util.o ../src/.libs/libsamplerate.a -lm make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[2]: Für das Ziel »all-am« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' touch contrib/libsamplerate/.stamp.build make -j 1 -C ./contrib/libsamplerate/libsamplerate/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'libsamplerate.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libsamplerate.la' /usr/bin/ginstall -c .libs/libsamplerate.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libsamplerate.la /usr/bin/ginstall -c .libs/libsamplerate.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libsamplerate.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libsamplerate.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libsamplerate.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include" /usr/bin/ginstall -c -m 644 'samplerate.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/samplerate.h' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/src' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/doc' Making install in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'sndfile-resample' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/sndfile-resample' /usr/bin/ginstall -c sndfile-resample /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/sndfile-resample make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/examples' Making install in tests make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate/tests' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" || mkdir -p -- "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" /usr/bin/ginstall -c -m 644 'samplerate.pc' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig/samplerate.pc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libsamplerate/libsamplerate' touch contrib/libsamplerate/.stamp.install /usr/bin/wget -O ../download/libtheora-1.1.0.tar.bz2 http://download.m0k.org/handbrake/contrib/libtheora-1.1.0.tar.bz2 --2011-03-13 17:24:05-- http://download.m0k.org/handbrake/contrib/libtheora-1.1.0.tar.bz2 Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1785634 (1,7M) [application/octet-stream] In »»../download/libtheora-1.1.0.tar.bz2«« speichern. 0K .......... .......... .......... .......... .......... 2% 212K 8s 50K .......... .......... .......... .......... .......... 5% 749K 5s 100K .......... .......... .......... .......... .......... 8% 959K 4s 150K .......... .......... .......... .......... .......... 11% 813K 3s 200K .......... .......... .......... .......... .......... 14% 1,34M 3s 250K .......... .......... .......... .......... .......... 17% 1,28M 2s 300K .......... .......... .......... .......... .......... 20% 1,25M 2s 350K .......... .......... .......... .......... .......... 22% 1,39M 2s 400K .......... .......... .......... .......... .......... 25% 1,30M 2s 450K .......... .......... .......... .......... .......... 28% 1,31M 2s 500K .......... .......... .......... .......... .......... 31% 858K 2s 550K .......... .......... .......... .......... .......... 34% 221K 2s 600K .......... .......... .......... .......... .......... 37% 1,56M 2s 650K .......... .......... .......... .......... .......... 40% 4,11M 1s 700K .......... .......... .......... .......... .......... 43% 13,6M 1s 750K .......... .......... .......... .......... .......... 45% 29,8M 1s 800K .......... .......... .......... .......... .......... 48% 31,5M 1s 850K .......... .......... .......... .......... .......... 51% 349K 1s 900K .......... .......... .......... .......... .......... 54% 299K 1s 950K .......... .......... .......... .......... .......... 57% 512K 1s 1000K .......... .......... .......... .......... .......... 60% 2,09M 1s 1050K .......... .......... .......... .......... .......... 63% 792K 1s 1100K .......... .......... .......... .......... .......... 65% 671K 1s 1150K .......... .......... .......... .......... .......... 68% 919K 1s 1200K .......... .......... .......... .......... .......... 71% 1,02M 1s 1250K .......... .......... .......... .......... .......... 74% 783K 1s 1300K .......... .......... .......... .......... .......... 77% 705K 1s 1350K .......... .......... .......... .......... .......... 80% 927K 0s 1400K .......... .......... .......... .......... .......... 83% 1,13M 0s 1450K .......... .......... .......... .......... .......... 86% 778K 0s 1500K .......... .......... .......... .......... .......... 88% 771K 0s 1550K .......... .......... .......... .......... .......... 91% 954K 0s 1600K .......... .......... .......... .......... .......... 94% 1,03M 0s 1650K .......... .......... .......... .......... .......... 97% 899K 0s 1700K .......... .......... .......... .......... ... 100% 745K=2,2s 2011-03-13 17:24:08 (785 KB/s) - »»../download/libtheora-1.1.0.tar.bz2«« gespeichert [1785634/1785634] /usr/bin/mkdir -p contrib/libtheora/ /usr/bin/rm -fr ./contrib/libtheora/libtheora-1.1.0/ /usr/bin/tar xfC ../download/libtheora-1.1.0.tar.bz2 ./contrib/libtheora/ touch contrib/libtheora/.stamp.extract touch contrib/libtheora/.stamp.patch /usr/bin/wget -O ../download/libvorbis-aotuv_b5.tar.gz http://download.m0k.org/handbrake/contrib/libvorbis-aotuv_b5.tar.gz --2011-03-13 17:24:09-- http://download.m0k.org/handbrake/contrib/libvorbis-aotuv_b5.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 1345888 (1,3M) [application/octet-stream] In »»../download/libvorbis-aotuv_b5.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 3% 223K 6s 50K .......... .......... .......... .......... .......... 7% 660K 4s 100K .......... .......... .......... .......... .......... 11% 617K 3s 150K .......... .......... .......... .......... .......... 15% 766K 2s 200K .......... .......... .......... .......... .......... 19% 863K 2s 250K .......... .......... .......... .......... .......... 22% 666K 2s 300K .......... .......... .......... .......... .......... 26% 820K 2s 350K .......... .......... .......... .......... .......... 30% 861K 2s 400K .......... .......... .......... .......... .......... 34% 734K 1s 450K .......... .......... .......... .......... .......... 38% 835K 1s 500K .......... .......... .......... .......... .......... 41% 882K 1s 550K .......... .......... .......... .......... .......... 45% 842K 1s 600K .......... .......... .......... .......... .......... 49% 654K 1s 650K .......... .......... .......... .......... .......... 53% 868K 1s 700K .......... .......... .......... .......... .......... 57% 837K 1s 750K .......... .......... .......... .......... .......... 60% 795K 1s 800K .......... .......... .......... .......... .......... 64% 871K 1s 850K .......... .......... .......... .......... .......... 68% 776K 1s 900K .......... .......... .......... .......... .......... 72% 895K 1s 950K .......... .......... .......... .......... .......... 76% 831K 0s 1000K .......... .......... .......... .......... .......... 79% 737K 0s 1050K .......... .......... .......... .......... .......... 83% 1,08M 0s 1100K .......... .......... .......... .......... .......... 87% 761K 0s 1150K .......... .......... .......... .......... .......... 91% 904K 0s 1200K .......... .......... .......... .......... .......... 95% 807K 0s 1250K .......... .......... .......... .......... .......... 98% 872K 0s 1300K .......... .... 100% 1,10M=1,8s 2011-03-13 17:24:12 (729 KB/s) - »»../download/libvorbis-aotuv_b5.tar.gz«« gespeichert [1345888/1345888] /usr/bin/mkdir -p contrib/libvorbis/ /usr/bin/rm -fr ./contrib/libvorbis/libvorbis/ /usr/bin/tar xfC ../download/libvorbis-aotuv_b5.tar.gz ./contrib/libvorbis/ touch contrib/libvorbis/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/libvorbis/libvorbis/ < ../contrib/libvorbis/A00-disable-examples.patch patching file Makefile.in /usr/bin/patch -t -N -p1 -d ./contrib/libvorbis/libvorbis/ < ../contrib/libvorbis/A01-docs.patch patching file doc/Makefile.am touch contrib/libvorbis/.stamp.patch set -e; cd ./contrib/libvorbis/libvorbis/; rm -fr aclocal.m4 autom4te.cache; autoreconf -fiv; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --with-ogg=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ HAVE_PKG_CONFIG="no" autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.in: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing doc/Makefile.am:102: foreach file, $(SPEC_PNG: non-POSIX variable name doc/Makefile.am:102: (probably a GNU make extension) doc/Makefile.am:103: foreach file, $(SPEC_PDF: non-POSIX variable name doc/Makefile.am:103: (probably a GNU make extension) doc/Makefile.am:104: `%'-style pattern rules are a GNU make extension autoreconf: Leaving directory `.' checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/gcc -E checking how to print strings... printf checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no 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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking GCC version... 4.5.2 checking for memory.h... (cached) yes checking for cos in -lm... yes checking for pthread_create in -lpthread... yes checking for pkg-config... no checking for Ogg... yes checking for oggpack_writealign... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating lib/modes/Makefile config.status: creating lib/books/Makefile config.status: creating lib/books/coupled/Makefile config.status: creating lib/books/uncoupled/Makefile config.status: creating lib/books/floor/Makefile config.status: creating doc/Makefile config.status: creating doc/vorbisfile/Makefile config.status: creating doc/vorbisenc/Makefile config.status: creating include/Makefile config.status: creating include/vorbis/Makefile config.status: creating examples/Makefile config.status: creating vq/Makefile config.status: creating libvorbis.spec config.status: creating vorbis.pc config.status: creating vorbisenc.pc config.status: creating vorbisfile.pc config.status: creating vorbis-uninstalled.pc config.status: creating vorbisenc-uninstalled.pc config.status: creating vorbisfile-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/libvorbis/.stamp.configure make -C ./contrib/libvorbis/libvorbis/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' Making clean in vq make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' test -z "latticebuild latticepare latticehint latticetune huffbuild distribution" || rm -f latticebuild latticepare latticehint latticetune huffbuild distribution rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' Making clean in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' rm -rf .libs _libs rm -f decoder_example encoder_example chaining_example vorbisfile_example seeking_example rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' Making clean in vorbisenc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' Making clean in vorbisfile make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' test -z "Vorbis_I_spec.fo spec.aux spec.log spec.out" || rm -f Vorbis_I_spec.fo spec.aux spec.log spec.out rm -rf .libs _libs rm -f -r build rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' Making clean in vorbis make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' Making clean in lib make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' Making clean in books make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' Making clean in floor make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' Making clean in uncoupled make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' Making clean in coupled make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' Making clean in . make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' Making clean in modes make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' test -z "barkmel tone psytune" || rm -f barkmel tone psytune test -z "libvorbis.la libvorbisfile.la libvorbisenc.la" || rm -f libvorbis.la libvorbisfile.la libvorbisenc.la rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' /usr/bin/rm -f ./contrib/libvorbis/.stamp.build make -C ./contrib/libvorbis/libvorbis/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' Making all in lib make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' Making all in modes make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' Making all in books make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' Making all in coupled make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' make[5]: Für das Ziel »all« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' Making all in uncoupled make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' make[5]: Für das Ziel »all« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' Making all in floor make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' make[5]: Für das Ziel »all« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[5]: Für das Ziel »all-am« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o mdct.lo mdct.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c mdct.c -o mdct.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o smallft.lo smallft.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c smallft.c -o smallft.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o block.lo block.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c block.c -o block.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o envelope.lo envelope.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c envelope.c -o envelope.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o window.lo window.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c window.c -o window.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o lsp.lo lsp.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c lsp.c -o lsp.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o lpc.lo lpc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c lpc.c -o lpc.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o analysis.lo analysis.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c analysis.c -o analysis.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o synthesis.lo synthesis.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c synthesis.c -o synthesis.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o psy.lo psy.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c psy.c -o psy.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o info.lo info.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c info.c -o info.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o floor1.lo floor1.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c floor1.c -o floor1.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o floor0.lo floor0.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c floor0.c -o floor0.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o res0.lo res0.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c res0.c -o res0.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o mapping0.lo mapping0.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c mapping0.c -o mapping0.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o registry.lo registry.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c registry.c -o registry.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o codebook.lo codebook.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c codebook.c -o codebook.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o sharedbook.lo sharedbook.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c sharedbook.c -o sharedbook.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o lookup.lo lookup.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c lookup.c -o lookup.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o bitrate.lo bitrate.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c bitrate.c -o bitrate.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -no-undefined -version-info 3:1:3 -o libvorbis.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo lookup.lo bitrate.lo -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib -logg -lm libtool: link: ar cru .libs/libvorbis.a mdct.o smallft.o block.o envelope.o window.o lsp.o lpc.o analysis.o synthesis.o psy.o info.o floor1.o floor0.o res0.o mapping0.o registry.o codebook.o sharedbook.o lookup.o bitrate.o libtool: link: ranlib .libs/libvorbis.a libtool: link: ( cd ".libs" && rm -f "libvorbis.la" && ln -s "../libvorbis.la" "libvorbis.la" ) /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o vorbisfile.lo vorbisfile.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c vorbisfile.c -o vorbisfile.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -no-undefined -version-info 4:1:1 -o libvorbisfile.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib vorbisfile.lo libvorbis.la libtool: link: ar cru .libs/libvorbisfile.a vorbisfile.o libtool: link: ranlib .libs/libvorbisfile.a libtool: link: ( cd ".libs" && rm -f "libvorbisfile.la" && ln -s "../libvorbisfile.la" "libvorbisfile.la" ) /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c -o vorbisenc.lo vorbisenc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c vorbisenc.c -o vorbisenc.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -no-undefined -version-info 2:2:0 -o libvorbisenc.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib vorbisenc.lo libvorbis.la libtool: link: ar cru .libs/libvorbisenc.a vorbisenc.o libtool: link: ranlib .libs/libvorbisenc.a libtool: link: ( cd ".libs" && rm -f "libvorbisenc.la" && ln -s "../libvorbisenc.la" "libvorbisenc.la" ) make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' Making all in vorbis make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' Making all in vorbisfile make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' Making all in vorbisenc make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' Making all in examples make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c decoder_example.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o ../lib/libvorbis.la libtool: link: /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c encoder_example.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o encoder_example encoder_example.o ../lib/libvorbisenc.la ../lib/libvorbis.la libtool: link: /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o encoder_example encoder_example.o ../lib/.libs/libvorbisenc.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/.libs/libvorbis.a ../lib/.libs/libvorbis.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c chaining_example.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o chaining_example chaining_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la libtool: link: /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o chaining_example chaining_example.o ../lib/.libs/libvorbisfile.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/.libs/libvorbis.a ../lib/.libs/libvorbis.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c vorbisfile_example.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o vorbisfile_example vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la libtool: link: /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o vorbisfile_example vorbisfile_example.o ../lib/.libs/libvorbisfile.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/.libs/libvorbis.a ../lib/.libs/libvorbis.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a -lm /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c seeking_example.c /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o seeking_example seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la libtool: link: /usr/bin/gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -o seeking_example seeking_example.o ../lib/.libs/libvorbisfile.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/.libs/libvorbis.a ../lib/.libs/libvorbis.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a -lm make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' Making all in vq make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' touch contrib/libvorbis/.stamp.build make -j 1 -C ./contrib/libvorbis/libvorbis/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' Making install in lib make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' Making install in modes make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/modes' Making install in books make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' Making install in coupled make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' make[5]: Für das Ziel »install-exec-am« ist nichts zu tun. make[5]: Für das Ziel »install-data-am« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/coupled' Making install in uncoupled make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' make[5]: Für das Ziel »install-exec-am« ist nichts zu tun. make[5]: Für das Ziel »install-data-am« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/uncoupled' Making install in floor make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' make[5]: Für das Ziel »install-exec-am« ist nichts zu tun. make[5]: Für das Ziel »install-data-am« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books/floor' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[5]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[5]: Für das Ziel »install-exec-am« ist nichts zu tun. make[5]: Für das Ziel »install-data-am« ist nichts zu tun. make[5]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib/books' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libvorbis.la libvorbisfile.la libvorbisenc.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libvorbis.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbis.la libtool: install: /usr/bin/ginstall -c .libs/libvorbisfile.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisfile.la libtool: install: /usr/bin/ginstall -c .libs/libvorbisenc.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisenc.la libtool: install: /usr/bin/ginstall -c .libs/libvorbis.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbis.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbis.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbis.a libtool: install: /usr/bin/ginstall -c .libs/libvorbisfile.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisfile.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisfile.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisfile.a libtool: install: /usr/bin/ginstall -c .libs/libvorbisenc.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisenc.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisenc.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisenc.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/lib' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' Making install in vorbis make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/vorbis" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/vorbis" /usr/bin/ginstall -c -m 644 codec.h vorbisfile.h vorbisenc.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/vorbis' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include/vorbis' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/include' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' Making install in vorbisfile make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisfile" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisfile" /usr/bin/ginstall -c -m 644 OggVorbis_File.html callbacks.html chaining_example_c.html chainingexample.html crosslap.html datastructures.html decoding.html example.html exampleindex.html fileinfo.html index.html initialization.html ov_bitrate.html ov_bitrate_instant.html ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html ov_read_float.html ov_seekable.html ov_serialnumber.html ov_streams.html ov_test.html ov_test_callbacks.html ov_test_open.html ov_time_seek.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisfile' /usr/bin/ginstall -c -m 644 ov_time_seek_lap.html ov_time_seek_page.html ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html overview.html reference.html return.html seekexample.html seeking.html seeking_example_c.html seeking_test_c.html seekingexample.html style.css threads.html vorbis_comment.html vorbis_info.html vorbisfile_example_c.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisfile' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisfile' Making install in vorbisenc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisenc" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisenc" /usr/bin/ginstall -c -m 644 index.html overview.html reference.html style.css vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html vorbis_encode_init_vbr.html '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2/vorbisenc' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc/vorbisenc' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2" /usr/bin/ginstall -c -m 644 draft-kerr-avt-vorbis-rtp-03.txt eightphase.png evenlsp.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html lspmap.png oddlsp.png oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis.html vorbisword2.png wait.png white-ogg.png components.png floor1-1.png floor1-2.png floor1-3.png floor1-4.png hufftree.png hufftree-under.png residue-pack.png residue2.png white-xifish.png window1.png window2.png '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libvorbis-1.1.2' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/doc' Making install in examples make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/examples' Making install in vq make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis/vq' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal" /usr/bin/ginstall -c -m 644 vorbis.m4 '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/aclocal' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 vorbis.pc vorbisenc.pc vorbisfile.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libvorbis/libvorbis' touch contrib/libvorbis/.stamp.install set -e; cd ./contrib/libtheora/libtheora-1.1.0/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --disable-examples --disable-oggtest --disable-sdltest --disable-vorbistest --with-ogg=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --with-vorbis=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ HAVE_PKG_CONFIG=no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/gcc -E checking whether /usr/bin/gcc and cc understand -c and -o together... yes checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok 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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking for doxygen... false configure: WARNING: *** doxygen not found, API documentation will not be built checking for pdflatex... no checking for bibtex... no checking for fig2dev... no configure: WARNING: *** Format Specification will not built. checking for ld used by /usr/bin/gcc... (cached) /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... (cached) yes checking how to control symbol export... --version-script checking for pkg-config... no checking for Ogg... yes checking for oggpackB_read... yes checking for Vorbis... yes checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 0.11.0... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for library containing ftime... none required checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating lib/Makefile config.status: WARNING: 'lib/Makefile.in' seems to ignore the --datarootdir setting config.status: creating include/Makefile config.status: WARNING: 'include/Makefile.in' seems to ignore the --datarootdir setting config.status: creating include/theora/Makefile config.status: WARNING: 'include/theora/Makefile.in' seems to ignore the --datarootdir setting config.status: creating examples/Makefile config.status: WARNING: 'examples/Makefile.in' seems to ignore the --datarootdir setting config.status: creating doc/Makefile config.status: WARNING: 'doc/Makefile.in' seems to ignore the --datarootdir setting config.status: creating doc/Doxyfile config.status: creating doc/spec/Makefile config.status: WARNING: 'doc/spec/Makefile.in' seems to ignore the --datarootdir setting config.status: creating tests/Makefile config.status: WARNING: 'tests/Makefile.in' seems to ignore the --datarootdir setting config.status: creating m4/Makefile config.status: WARNING: 'm4/Makefile.in' seems to ignore the --datarootdir setting config.status: creating libtheora.spec config.status: creating theora.pc config.status: creating theora-uninstalled.pc config.status: creating theoradec.pc config.status: creating theoradec-uninstalled.pc config.status: creating theoraenc.pc config.status: creating theoraenc-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ------------------------------------------------------------------------ libtheora 1.1.0: Automatic configuration OK. General configuration: Encoding support: ........... yes Floating point support: ..... yes Assembly optimization: ...... 32 bit x86 Debugging telemetry: ........ no Build example code: ......... no API Documentation: .......... no Format Documentation: ....... no Installation paths: libtheora: ................... /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib C header files: .............. /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora Documentation: ............... /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora Building: Type 'make' to compile libtheora. Type 'make install' to install libtheora. Type 'make check' to run test suite (Valgrind testing not enabled) Example programs will be built but not installed. ------------------------------------------------------------------------ touch contrib/libtheora/.stamp.configure make -C ./contrib/libtheora/libtheora-1.1.0/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' Making clean in m4 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' Making clean in tests make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' rm -f noop_theora noop_theora rm -f comment comment rm -f comment_theoradec comment_theoradec rm -f comment_theora comment_theora rm -f noop noop rm -f noop_theoraenc noop_theoraenc rm -f granulepos granulepos rm -f granulepos_theoraenc granulepos_theoraenc rm -f granulepos_theora granulepos_theora rm -rf .libs _libs rm -f *.o core *.core rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' Making clean in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' Making clean in spec make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' rm -rf .libs _libs rm -f pic-frame.tex hilbert-mb.tex hilbert-block.tex xifish.tex superblock.tex macroblock.tex raster-block.tex reference-frames.tex pixel444.tex pixel422.tex pixel420.tex idct.tex fdct.tex pic_even.tex pic_even_odd.tex pic_odd.tex pic_odd_even.tex lflim.tex rm -f pic-frame.aux hilbert-mb.aux hilbert-block.aux xifish.aux superblock.aux macroblock.aux raster-block.aux reference-frames.aux pixel444.aux pixel422.aux pixel420.aux idct.aux fdct.aux pic_even.aux pic_even_odd.aux pic_odd.aux pic_odd_even.aux lflim.aux rm -f pic-frame.pdf hilbert-mb.pdf hilbert-block.pdf xifish.pdf superblock.pdf macroblock.pdf raster-block.pdf reference-frames.pdf pixel444.pdf pixel422.pdf pixel420.pdf idct.pdf fdct.pdf pic_even.pdf pic_even_odd.pdf pic_odd.pdf pic_odd_even.pdf lflim.pdf rm -f vp3huff rm -f vp3huff.tex rm -f vp3huff.aux rm -f spec.aux rm -f spec.log rm -f spec.lof rm -f spec.lot rm -f spec.out rm -f spec.bbl rm -f spec.blg rm -f spec.toc rm -f vp3huff vp3huff rm -f *.o core *.core rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' rm -rf .libs _libs if test -d libtheora; then rm -rf libtheora; fi if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' Making clean in theora make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' Making clean in lib make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' test -z "libtheoradec.la libtheoraenc.la libtheora.la" || rm -f libtheoradec.la libtheoraenc.la libtheora.la rm -f "libtheoradec.la/so_locations" rm -f "libtheoraenc.la/so_locations" rm -f "libtheora.la/so_locations" rm -rf .libs _libs rm -f *.o core *.core rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' /usr/bin/rm -f ./contrib/libtheora/.stamp.build make -C ./contrib/libtheora/libtheora-1.1.0/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' Making all in lib make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o apiwrapper.lo `test -f 'apiwrapper.c' || echo './'`apiwrapper.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c apiwrapper.c -o apiwrapper.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o bitpack.lo `test -f 'bitpack.c' || echo './'`bitpack.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c bitpack.c -o bitpack.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o decapiwrapper.lo `test -f 'decapiwrapper.c' || echo './'`decapiwrapper.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c decapiwrapper.c -o decapiwrapper.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o decinfo.lo `test -f 'decinfo.c' || echo './'`decinfo.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c decinfo.c -o decinfo.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o decode.lo `test -f 'decode.c' || echo './'`decode.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c decode.c -o decode.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o dequant.lo `test -f 'dequant.c' || echo './'`dequant.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c dequant.c -o dequant.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o fragment.lo `test -f 'fragment.c' || echo './'`fragment.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c fragment.c -o fragment.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o huffdec.lo `test -f 'huffdec.c' || echo './'`huffdec.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c huffdec.c -o huffdec.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o idct.lo `test -f 'idct.c' || echo './'`idct.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c idct.c -o idct.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o info.lo `test -f 'info.c' || echo './'`info.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c info.c -o info.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o internal.lo `test -f 'internal.c' || echo './'`internal.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c internal.c -o internal.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o quant.lo `test -f 'quant.c' || echo './'`quant.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c quant.c -o quant.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o state.lo `test -f 'state.c' || echo './'`state.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c state.c -o state.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxidct.lo `test -f 'x86/mmxidct.c' || echo './'`x86/mmxidct.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxidct.c -o mmxidct.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxfrag.lo `test -f 'x86/mmxfrag.c' || echo './'`x86/mmxfrag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxfrag.c -o mmxfrag.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxstate.lo `test -f 'x86/mmxstate.c' || echo './'`x86/mmxstate.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxstate.c -o mmxstate.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o x86state.lo `test -f 'x86/x86state.c' || echo './'`x86/x86state.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/x86state.c -o x86state.o /bin/sh ../libtool --mode=link /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheoradec.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -version-info 2:3:1 -Wl,--version-script=./Version_script-dec apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo libtool: link: ar cru .libs/libtheoradec.a apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o mmxidct.o mmxfrag.o mmxstate.o x86state.o libtool: link: ranlib .libs/libtheoradec.a libtool: link: ( cd ".libs" && rm -f "libtheoradec.la" && ln -s "../libtheoradec.la" "libtheoradec.la" ) /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o analyze.lo `test -f 'analyze.c' || echo './'`analyze.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c analyze.c -o analyze.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o fdct.lo `test -f 'fdct.c' || echo './'`fdct.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c fdct.c -o fdct.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encfrag.lo `test -f 'encfrag.c' || echo './'`encfrag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encfrag.c -o encfrag.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encapiwrapper.lo `test -f 'encapiwrapper.c' || echo './'`encapiwrapper.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encapiwrapper.c -o encapiwrapper.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encinfo.lo `test -f 'encinfo.c' || echo './'`encinfo.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encinfo.c -o encinfo.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o encode.lo `test -f 'encode.c' || echo './'`encode.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c encode.c -o encode.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o enquant.lo `test -f 'enquant.c' || echo './'`enquant.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c enquant.c -o enquant.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o huffenc.lo `test -f 'huffenc.c' || echo './'`huffenc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c huffenc.c -o huffenc.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mathops.lo `test -f 'mathops.c' || echo './'`mathops.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c mathops.c -o mathops.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mcenc.lo `test -f 'mcenc.c' || echo './'`mcenc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c mcenc.c -o mcenc.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o rate.lo `test -f 'rate.c' || echo './'`rate.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c rate.c -o rate.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o tokenize.lo `test -f 'tokenize.c' || echo './'`tokenize.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c tokenize.c -o tokenize.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxencfrag.lo `test -f 'x86/mmxencfrag.c' || echo './'`x86/mmxencfrag.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxencfrag.c -o mmxencfrag.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o mmxfdct.lo `test -f 'x86/mmxfdct.c' || echo './'`x86/mmxfdct.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/mmxfdct.c -o mmxfdct.o /bin/sh ../libtool --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c -o x86enc.lo `test -f 'x86/x86enc.c' || echo './'`x86/x86enc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c x86/x86enc.c -o x86enc.o /bin/sh ../libtool --mode=link /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheoraenc.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -version-info 2:2:1 -Wl,--version-script=./Version_script-enc -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib -logg apiwrapper.lo fragment.lo idct.lo internal.lo state.lo quant.lo mmxfrag.lo mmxidct.lo mmxstate.lo x86state.lo analyze.lo fdct.lo encfrag.lo encapiwrapper.lo encinfo.lo encode.lo enquant.lo huffenc.lo mathops.lo mcenc.lo rate.lo tokenize.lo mmxencfrag.lo mmxfdct.lo x86enc.lo libtool: link: ar cru .libs/libtheoraenc.a apiwrapper.o fragment.o idct.o internal.o state.o quant.o mmxfrag.o mmxidct.o mmxstate.o x86state.o analyze.o fdct.o encfrag.o encapiwrapper.o encinfo.o encode.o enquant.o huffenc.o mathops.o mcenc.o rate.o tokenize.o mmxencfrag.o mmxfdct.o x86enc.o libtool: link: ranlib .libs/libtheoraenc.a libtool: link: ( cd ".libs" && rm -f "libtheoraenc.la" && ln -s "../libtheoraenc.la" "libtheoraenc.la" ) /bin/sh ../libtool --mode=link /usr/bin/gcc -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o libtheora.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib -version-info 3:9:3 -Wl,--version-script=./Version_script -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib -logg apiwrapper.lo bitpack.lo decapiwrapper.lo decinfo.lo decode.lo dequant.lo fragment.lo huffdec.lo idct.lo info.lo internal.lo quant.lo state.lo mmxidct.lo mmxfrag.lo mmxstate.lo x86state.lo analyze.lo fdct.lo encfrag.lo encapiwrapper.lo encinfo.lo encode.lo enquant.lo huffenc.lo mathops.lo mcenc.lo rate.lo tokenize.lo mmxencfrag.lo mmxfdct.lo x86enc.lo libtool: link: ar cru .libs/libtheora.a apiwrapper.o bitpack.o decapiwrapper.o decinfo.o decode.o dequant.o fragment.o huffdec.o idct.o info.o internal.o quant.o state.o mmxidct.o mmxfrag.o mmxstate.o x86state.o analyze.o fdct.o encfrag.o encapiwrapper.o encinfo.o encode.o enquant.o huffenc.o mathops.o mcenc.o rate.o tokenize.o mmxencfrag.o mmxfdct.o x86enc.o libtool: link: ranlib .libs/libtheora.a libtool: link: ( cd ".libs" && rm -f "libtheora.la" && ln -s "../libtheora.la" "libtheora.la" ) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' Making all in include make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' Making all in theora make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[4]: Für das Ziel »all-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' Making all in doc make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' Making all in spec make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -c `test -f 'vp3huff.c' || echo './'`vp3huff.c /bin/sh ../../libtool --mode=link /usr/bin/gcc -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o vp3huff vp3huff.o libtool: link: /usr/bin/gcc -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -o vp3huff vp3huff.o make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' echo "*** Warning: Doxygen not found; documentation will not be built." *** Warning: Doxygen not found; documentation will not be built. touch doxygen-build.stamp make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' Making all in tests make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' Making all in m4 make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' touch contrib/libtheora/.stamp.build make -j 1 -C ./contrib/libtheora/libtheora-1.1.0/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' Making install in lib make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libtheoradec.la /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoradec.la libtool: install: /usr/bin/ginstall -c .libs/libtheoradec.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoradec.la libtool: install: /usr/bin/ginstall -c .libs/libtheoradec.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoradec.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoradec.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoradec.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libtheoraenc.la /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoraenc.la libtool: install: /usr/bin/ginstall -c .libs/libtheoraenc.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoraenc.la libtool: install: /usr/bin/ginstall -c .libs/libtheoraenc.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoraenc.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoraenc.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheoraenc.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libtheora.la /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheora.la libtool: install: /usr/bin/ginstall -c .libs/libtheora.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheora.la libtool: install: /usr/bin/ginstall -c .libs/libtheora.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheora.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheora.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheora.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/lib' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' Making install in theora make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ../../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora /usr/bin/ginstall -c -m 644 theora.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora/theora.h /usr/bin/ginstall -c -m 644 theoradec.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora/theoradec.h /usr/bin/ginstall -c -m 644 theoraenc.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora/theoraenc.h /usr/bin/ginstall -c -m 644 codec.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/theora/codec.h make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include/theora' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/include' Making install in doc make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' Making install in spec make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ../../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0 mkdir -p -- /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0 make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc/spec' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0 if test -d libtheora; then \ for dir in libtheora/*; do \ if test -d $dir; then \ b=`basename $dir`; \ /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/$b; \ for f in $dir/*; do \ /usr/bin/ginstall -c -m 644 $f /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/$b; \ done \ fi \ done \ fi /bin/sh ../mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0 /usr/bin/ginstall -c -m 644 vp3-format.txt /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/vp3-format.txt /usr/bin/ginstall -c -m 644 color.html /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/color.html /usr/bin/ginstall -c -m 644 draft-ietf-avt-rtp-theora-00.xml /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/draft-ietf-avt-rtp-theora-00.xml /usr/bin/ginstall -c -m 644 draft-ietf-avt-rtp-theora-00.txt /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/draft-ietf-avt-rtp-theora-00.txt /usr/bin/ginstall -c -m 644 doxygen-build.stamp /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/doc/libtheora-1.1.0/doxygen-build.stamp make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/doc' Making install in tests make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/tests' Making install in m4 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0/m4' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. /bin/sh ./mkinstalldirs /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig /usr/bin/ginstall -c -m 644 theora.pc /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig/theora.pc /usr/bin/ginstall -c -m 644 theoradec.pc /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig/theoradec.pc /usr/bin/ginstall -c -m 644 theoraenc.pc /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig/theoraenc.pc make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libtheora/libtheora-1.1.0' touch contrib/libtheora/.stamp.install /usr/bin/wget -O ../download/mp4v2-trunk-r355.tar.bz2 http://download.m0k.org/handbrake/contrib/mp4v2-trunk-r355.tar.bz2 --2011-03-13 17:25:24-- http://download.m0k.org/handbrake/contrib/mp4v2-trunk-r355.tar.bz2 Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 475488 (464K) [application/octet-stream] In »»../download/mp4v2-trunk-r355.tar.bz2«« speichern. 0K .......... .......... .......... .......... .......... 10% 246K 2s 50K .......... .......... .......... .......... .......... 21% 719K 1s 100K .......... .......... .......... .......... .......... 32% 777K 1s 150K .......... .......... .......... .......... .......... 43% 704K 1s 200K .......... .......... .......... .......... .......... 53% 1,00M 0s 250K .......... .......... .......... .......... .......... 64% 958K 0s 300K .......... .......... .......... .......... .......... 75% 875K 0s 350K .......... .......... .......... .......... .......... 86% 695K 0s 400K .......... .......... .......... .......... .......... 96% 881K 0s 450K .......... .... 100% 1,46M=0,7s 2011-03-13 17:25:25 (659 KB/s) - »»../download/mp4v2-trunk-r355.tar.bz2«« gespeichert [475488/475488] /usr/bin/mkdir -p contrib/mp4v2/ /usr/bin/rm -fr ./contrib/mp4v2/mp4v2-trunk-r355/ /usr/bin/tar xfC ../download/mp4v2-trunk-r355.tar.bz2 ./contrib/mp4v2/ touch contrib/mp4v2/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/mp4v2/mp4v2-trunk-r355/ < ../contrib/mp4v2/A00-nero-vobsub.patch patching file include/mp4v2/general.h patching file include/mp4v2/track.h patching file src/descriptors.h patching file src/mp4.cpp patching file src/mp4file.cpp patching file src/mp4file.h touch contrib/mp4v2/.stamp.patch set -e; cd ./contrib/mp4v2/mp4v2-trunk-r355/; CC=/usr/bin/gcc CFLAGS="-g0 -O3" CXX=/usr/bin/g++ CXXFLAGS="-g0 -O3" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --disable-util --disable-gch configure: --> --> Configuring MP4v2 trunk-r355 --> checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/g++... none checking for gcc... /usr/bin/gcc checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /usr/bin/gcc... none checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking how to run the C preprocessor... /usr/bin/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 whether we are using the GNU C++ compiler... (cached) yes checking whether /usr/bin/g++ accepts -g... (cached) yes checking dependency style of /usr/bin/g++... (cached) none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for help2man... no checking MP4v2 platform portability... posix checking if /usr/bin/g++ supports -fvisibility... yes checking if GCC precompiled-headers should be created... no checking if LFS (large file support) is required... yes checking arch flags... none configure: creating ./config.status config.status: creating GNUmakefile config.status: creating include/mp4v2/project.h config.status: creating project/project.m4 config.status: creating libplatform/config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/mp4v2/.stamp.configure make -C ./contrib/mp4v2/mp4v2-trunk-r355/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' test -z "libmp4v2.la" || rm -f libmp4v2.la rm -f "./so_locations" rm -rf .libs _libs rm -rf libplatform/io/.libs libplatform/io/_libs rm -rf libplatform/number/.libs libplatform/number/_libs rm -rf libplatform/process/.libs libplatform/process/_libs rm -rf libplatform/prog/.libs libplatform/prog/_libs rm -rf libplatform/sys/.libs libplatform/sys/_libs rm -rf libplatform/time/.libs libplatform/time/_libs rm -rf libutil/.libs libutil/_libs rm -rf src/.libs src/_libs rm -rf src/bmff/.libs src/bmff/_libs rm -rf src/itmf/.libs src/itmf/_libs rm -rf src/qtff/.libs src/qtff/_libs rm -f ./libplatform/impl.h.gch/static ./src/impl.h.gch/static ./libutil/impl.h.gch/static rm -f ./libplatform/impl.h.gch/shared ./src/impl.h.gch/shared ./libutil/impl.h.gch/shared rm -f ./util/impl.h.gch/exe rm -f *.o rm -f libplatform/io/File.o rm -f libplatform/io/File.lo rm -f libplatform/io/FileSystem.o rm -f libplatform/io/FileSystem.lo rm -f libplatform/io/FileSystem_posix.o rm -f libplatform/io/FileSystem_posix.lo rm -f libplatform/io/FileSystem_win32.o rm -f libplatform/io/FileSystem_win32.lo rm -f libplatform/io/File_posix.o rm -f libplatform/io/File_posix.lo rm -f libplatform/io/File_win32.o rm -f libplatform/io/File_win32.lo rm -f libplatform/number/random_posix.o rm -f libplatform/number/random_posix.lo rm -f libplatform/number/random_win32.o rm -f libplatform/number/random_win32.lo rm -f libplatform/process/process_posix.o rm -f libplatform/process/process_posix.lo rm -f libplatform/process/process_win32.o rm -f libplatform/process/process_win32.lo rm -f libplatform/prog/option.o rm -f libplatform/prog/option.lo rm -f libplatform/sys/error.o rm -f libplatform/sys/error.lo rm -f libplatform/time/time.o rm -f libplatform/time/time.lo rm -f libplatform/time/time_posix.o rm -f libplatform/time/time_posix.lo rm -f libplatform/time/time_win32.o rm -f libplatform/time/time_win32.lo rm -f libutil/Database.o rm -f libutil/Database.lo rm -f libutil/Timecode.o rm -f libutil/Timecode.lo rm -f libutil/TrackModifier.o rm -f libutil/TrackModifier.lo rm -f libutil/Utility.o rm -f libutil/Utility.lo rm -f libutil/crc.o rm -f libutil/crc.lo rm -f libutil/other.o rm -f libutil/other.lo rm -f src/3gp.o rm -f src/3gp.lo rm -f src/atom_ac3.o rm -f src/atom_ac3.lo rm -f src/atom_amr.o rm -f src/atom_amr.lo rm -f src/atom_avc1.o rm -f src/atom_avc1.lo rm -f src/atom_avcC.o rm -f src/atom_avcC.lo rm -f src/atom_chpl.o rm -f src/atom_chpl.lo rm -f src/atom_colr.o rm -f src/atom_colr.lo rm -f src/atom_d263.o rm -f src/atom_d263.lo rm -f src/atom_dac3.o rm -f src/atom_dac3.lo rm -f src/atom_damr.o rm -f src/atom_damr.lo rm -f src/atom_dref.o rm -f src/atom_dref.lo rm -f src/atom_elst.o rm -f src/atom_elst.lo rm -f src/atom_enca.o rm -f src/atom_enca.lo rm -f src/atom_encv.o rm -f src/atom_encv.lo rm -f src/atom_free.o rm -f src/atom_free.lo rm -f src/atom_ftab.o rm -f src/atom_ftab.lo rm -f src/atom_ftyp.o rm -f src/atom_ftyp.lo rm -f src/atom_gmin.o rm -f src/atom_gmin.lo rm -f src/atom_hdlr.o rm -f src/atom_hdlr.lo rm -f src/atom_hinf.o rm -f src/atom_hinf.lo rm -f src/atom_hnti.o rm -f src/atom_hnti.lo rm -f src/atom_href.o rm -f src/atom_href.lo rm -f src/atom_mdat.o rm -f src/atom_mdat.lo rm -f src/atom_mdhd.o rm -f src/atom_mdhd.lo rm -f src/atom_meta.o rm -f src/atom_meta.lo rm -f src/atom_mp4s.o rm -f src/atom_mp4s.lo rm -f src/atom_mp4v.o rm -f src/atom_mp4v.lo rm -f src/atom_mvhd.o rm -f src/atom_mvhd.lo rm -f src/atom_nmhd.o rm -f src/atom_nmhd.lo rm -f src/atom_ohdr.o rm -f src/atom_ohdr.lo rm -f src/atom_pasp.o rm -f src/atom_pasp.lo rm -f src/atom_root.o rm -f src/atom_root.lo rm -f src/atom_rtp.o rm -f src/atom_rtp.lo rm -f src/atom_s263.o rm -f src/atom_s263.lo rm -f src/atom_sdp.o rm -f src/atom_sdp.lo rm -f src/atom_sdtp.o rm -f src/atom_sdtp.lo rm -f src/atom_smi.o rm -f src/atom_smi.lo rm -f src/atom_sound.o rm -f src/atom_sound.lo rm -f src/atom_standard.o rm -f src/atom_standard.lo rm -f src/atom_stbl.o rm -f src/atom_stbl.lo rm -f src/atom_stdp.o rm -f src/atom_stdp.lo rm -f src/atom_stsc.o rm -f src/atom_stsc.lo rm -f src/atom_stsd.o rm -f src/atom_stsd.lo rm -f src/atom_stsz.o rm -f src/atom_stsz.lo rm -f src/atom_stz2.o rm -f src/atom_stz2.lo rm -f src/atom_text.o rm -f src/atom_text.lo rm -f src/atom_tfhd.o rm -f src/atom_tfhd.lo rm -f src/atom_tkhd.o rm -f src/atom_tkhd.lo rm -f src/atom_treftype.o rm -f src/atom_treftype.lo rm -f src/atom_trun.o rm -f src/atom_trun.lo rm -f src/atom_tx3g.o rm -f src/atom_tx3g.lo rm -f src/atom_udta.o rm -f src/atom_udta.lo rm -f src/atom_url.o rm -f src/atom_url.lo rm -f src/atom_urn.o rm -f src/atom_urn.lo rm -f src/atom_uuid.o rm -f src/atom_uuid.lo rm -f src/atom_video.o rm -f src/atom_video.lo rm -f src/atom_vmhd.o rm -f src/atom_vmhd.lo rm -f src/bmff/typebmff.o rm -f src/bmff/typebmff.lo rm -f src/cmeta.o rm -f src/cmeta.lo rm -f src/descriptors.o rm -f src/descriptors.lo rm -f src/exception.o rm -f src/exception.lo rm -f src/isma.o rm -f src/isma.lo rm -f src/itmf/CoverArtBox.o rm -f src/itmf/CoverArtBox.lo rm -f src/itmf/Tags.o rm -f src/itmf/Tags.lo rm -f src/itmf/generic.o rm -f src/itmf/generic.lo rm -f src/itmf/type.o rm -f src/itmf/type.lo rm -f src/mp4.o rm -f src/mp4.lo rm -f src/mp4atom.o rm -f src/mp4atom.lo rm -f src/mp4container.o rm -f src/mp4container.lo rm -f src/mp4descriptor.o rm -f src/mp4descriptor.lo rm -f src/mp4file.o rm -f src/mp4file.lo rm -f src/mp4file_io.o rm -f src/mp4file_io.lo rm -f src/mp4info.o rm -f src/mp4info.lo rm -f src/mp4property.o rm -f src/mp4property.lo rm -f src/mp4track.o rm -f src/mp4track.lo rm -f src/mp4util.o rm -f src/mp4util.lo rm -f src/ocidescriptors.o rm -f src/ocidescriptors.lo rm -f src/odcommands.o rm -f src/odcommands.lo rm -f src/qosqualifiers.o rm -f src/qosqualifiers.lo rm -f src/qtff/ColorParameterBox.o rm -f src/qtff/ColorParameterBox.lo rm -f src/qtff/PictureAspectRatioBox.o rm -f src/qtff/PictureAspectRatioBox.lo rm -f src/qtff/coding.o rm -f src/qtff/coding.lo rm -f src/rtphint.o rm -f src/rtphint.lo rm -f src/text.o rm -f src/text.lo rm -f util/mp4art.o rm -f util/mp4chaps.o rm -f util/mp4extract.o rm -f util/mp4file.o rm -f util/mp4info.o rm -f util/mp4subtitle.o rm -f util/mp4tags.o rm -f util/mp4track.o rm -f util/mp4trackdump.o rm -f *.lo make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' /usr/bin/rm -f ./contrib/mp4v2/.stamp.build make -C ./contrib/mp4v2/mp4v2-trunk-r355/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/3gp.lo src/3gp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/3gp.cpp -o src/3gp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_ac3.lo src/atom_ac3.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_ac3.cpp -o src/atom_ac3.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_amr.lo src/atom_amr.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_amr.cpp -o src/atom_amr.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_avc1.lo src/atom_avc1.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_avc1.cpp -o src/atom_avc1.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_avcC.lo src/atom_avcC.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_avcC.cpp -o src/atom_avcC.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_chpl.lo src/atom_chpl.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_chpl.cpp -o src/atom_chpl.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_colr.lo src/atom_colr.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_colr.cpp -o src/atom_colr.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_d263.lo src/atom_d263.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_d263.cpp -o src/atom_d263.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_dac3.lo src/atom_dac3.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_dac3.cpp -o src/atom_dac3.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_damr.lo src/atom_damr.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_damr.cpp -o src/atom_damr.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_dref.lo src/atom_dref.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_dref.cpp -o src/atom_dref.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_elst.lo src/atom_elst.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_elst.cpp -o src/atom_elst.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_enca.lo src/atom_enca.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_enca.cpp -o src/atom_enca.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_encv.lo src/atom_encv.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_encv.cpp -o src/atom_encv.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_free.lo src/atom_free.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_free.cpp -o src/atom_free.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_ftyp.lo src/atom_ftyp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_ftyp.cpp -o src/atom_ftyp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_ftab.lo src/atom_ftab.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_ftab.cpp -o src/atom_ftab.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_gmin.lo src/atom_gmin.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_gmin.cpp -o src/atom_gmin.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_hdlr.lo src/atom_hdlr.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_hdlr.cpp -o src/atom_hdlr.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_hinf.lo src/atom_hinf.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_hinf.cpp -o src/atom_hinf.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_hnti.lo src/atom_hnti.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_hnti.cpp -o src/atom_hnti.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_href.lo src/atom_href.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_href.cpp -o src/atom_href.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_mdat.lo src/atom_mdat.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_mdat.cpp -o src/atom_mdat.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_mdhd.lo src/atom_mdhd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_mdhd.cpp -o src/atom_mdhd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_meta.lo src/atom_meta.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_meta.cpp -o src/atom_meta.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_mp4s.lo src/atom_mp4s.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_mp4s.cpp -o src/atom_mp4s.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_mp4v.lo src/atom_mp4v.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_mp4v.cpp -o src/atom_mp4v.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_mvhd.lo src/atom_mvhd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_mvhd.cpp -o src/atom_mvhd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_nmhd.lo src/atom_nmhd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_nmhd.cpp -o src/atom_nmhd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_ohdr.lo src/atom_ohdr.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_ohdr.cpp -o src/atom_ohdr.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_pasp.lo src/atom_pasp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_pasp.cpp -o src/atom_pasp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_root.lo src/atom_root.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_root.cpp -o src/atom_root.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_rtp.lo src/atom_rtp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_rtp.cpp -o src/atom_rtp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_s263.lo src/atom_s263.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_s263.cpp -o src/atom_s263.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_sdp.lo src/atom_sdp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_sdp.cpp -o src/atom_sdp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_sdtp.lo src/atom_sdtp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_sdtp.cpp -o src/atom_sdtp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_smi.lo src/atom_smi.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_smi.cpp -o src/atom_smi.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_sound.lo src/atom_sound.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_sound.cpp -o src/atom_sound.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_standard.lo src/atom_standard.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_standard.cpp -o src/atom_standard.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_stbl.lo src/atom_stbl.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_stbl.cpp -o src/atom_stbl.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_stdp.lo src/atom_stdp.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_stdp.cpp -o src/atom_stdp.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_stsc.lo src/atom_stsc.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_stsc.cpp -o src/atom_stsc.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_stsd.lo src/atom_stsd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_stsd.cpp -o src/atom_stsd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_stsz.lo src/atom_stsz.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_stsz.cpp -o src/atom_stsz.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_stz2.lo src/atom_stz2.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_stz2.cpp -o src/atom_stz2.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_text.lo src/atom_text.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_text.cpp -o src/atom_text.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_tfhd.lo src/atom_tfhd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_tfhd.cpp -o src/atom_tfhd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_tkhd.lo src/atom_tkhd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_tkhd.cpp -o src/atom_tkhd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_treftype.lo src/atom_treftype.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_treftype.cpp -o src/atom_treftype.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_trun.lo src/atom_trun.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_trun.cpp -o src/atom_trun.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_tx3g.lo src/atom_tx3g.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_tx3g.cpp -o src/atom_tx3g.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_udta.lo src/atom_udta.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_udta.cpp -o src/atom_udta.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_url.lo src/atom_url.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_url.cpp -o src/atom_url.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_urn.lo src/atom_urn.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_urn.cpp -o src/atom_urn.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_uuid.lo src/atom_uuid.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_uuid.cpp -o src/atom_uuid.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_video.lo src/atom_video.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_video.cpp -o src/atom_video.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/atom_vmhd.lo src/atom_vmhd.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/atom_vmhd.cpp -o src/atom_vmhd.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/cmeta.lo src/cmeta.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/cmeta.cpp -o src/cmeta.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/descriptors.lo src/descriptors.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/descriptors.cpp -o src/descriptors.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/exception.lo src/exception.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/exception.cpp -o src/exception.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/isma.lo src/isma.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/isma.cpp -o src/isma.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4.lo src/mp4.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4.cpp -o src/mp4.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4atom.lo src/mp4atom.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4atom.cpp -o src/mp4atom.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4container.lo src/mp4container.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4container.cpp -o src/mp4container.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4descriptor.lo src/mp4descriptor.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4descriptor.cpp -o src/mp4descriptor.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4file.lo src/mp4file.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4file.cpp -o src/mp4file.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4file_io.lo src/mp4file_io.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4file_io.cpp -o src/mp4file_io.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4info.lo src/mp4info.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4info.cpp -o src/mp4info.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4property.lo src/mp4property.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4property.cpp -o src/mp4property.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4track.lo src/mp4track.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4track.cpp -o src/mp4track.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/mp4util.lo src/mp4util.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/mp4util.cpp -o src/mp4util.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/ocidescriptors.lo src/ocidescriptors.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/ocidescriptors.cpp -o src/ocidescriptors.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/odcommands.lo src/odcommands.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/odcommands.cpp -o src/odcommands.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/qosqualifiers.lo src/qosqualifiers.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/qosqualifiers.cpp -o src/qosqualifiers.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/rtphint.lo src/rtphint.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/rtphint.cpp -o src/rtphint.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/text.lo src/text.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/text.cpp -o src/text.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/bmff/typebmff.lo src/bmff/typebmff.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/bmff/typebmff.cpp -o src/bmff/typebmff.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/itmf/CoverArtBox.lo src/itmf/CoverArtBox.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/itmf/CoverArtBox.cpp -o src/itmf/CoverArtBox.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/itmf/Tags.lo src/itmf/Tags.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/itmf/Tags.cpp -o src/itmf/Tags.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/itmf/generic.lo src/itmf/generic.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/itmf/generic.cpp -o src/itmf/generic.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/itmf/type.lo src/itmf/type.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/itmf/type.cpp -o src/itmf/type.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/qtff/ColorParameterBox.lo src/qtff/ColorParameterBox.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/qtff/ColorParameterBox.cpp -o src/qtff/ColorParameterBox.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/qtff/PictureAspectRatioBox.lo src/qtff/PictureAspectRatioBox.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/qtff/PictureAspectRatioBox.cpp -o src/qtff/PictureAspectRatioBox.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o src/qtff/coding.lo src/qtff/coding.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c src/qtff/coding.cpp -o src/qtff/coding.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/io/File.lo libplatform/io/File.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/io/File.cpp -o libplatform/io/File.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/io/FileSystem.lo libplatform/io/FileSystem.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/io/FileSystem.cpp -o libplatform/io/FileSystem.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/prog/option.lo libplatform/prog/option.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/prog/option.cpp -o libplatform/prog/option.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/sys/error.lo libplatform/sys/error.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/sys/error.cpp -o libplatform/sys/error.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/time/time.lo libplatform/time/time.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/time/time.cpp -o libplatform/time/time.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/io/File_posix.lo libplatform/io/File_posix.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/io/File_posix.cpp -o libplatform/io/File_posix.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/io/FileSystem_posix.lo libplatform/io/FileSystem_posix.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/io/FileSystem_posix.cpp -o libplatform/io/FileSystem_posix.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/number/random_posix.lo libplatform/number/random_posix.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/number/random_posix.cpp -o libplatform/number/random_posix.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/process/process_posix.lo libplatform/process/process_posix.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/process/process_posix.cpp -o libplatform/process/process_posix.o /bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c -o libplatform/time/time_posix.lo libplatform/time/time_posix.cpp libtool: compile: /usr/bin/g++ -DHAVE_CONFIG_H -I./include -I./include -I. -I. -Wall -Wformat -g0 -O3 -fvisibility=hidden -c libplatform/time/time_posix.cpp -o libplatform/time/time_posix.o /bin/sh ./libtool --tag=CXX --mode=link /usr/bin/g++ -Wall -Wformat -g0 -O3 -fvisibility=hidden -version-number 2:0:0 -o libmp4v2.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib src/3gp.lo src/atom_ac3.lo src/atom_amr.lo src/atom_avc1.lo src/atom_avcC.lo src/atom_chpl.lo src/atom_colr.lo src/atom_d263.lo src/atom_dac3.lo src/atom_damr.lo src/atom_dref.lo src/atom_elst.lo src/atom_enca.lo src/atom_encv.lo src/atom_free.lo src/atom_ftyp.lo src/atom_ftab.lo src/atom_gmin.lo src/atom_hdlr.lo src/atom_hinf.lo src/atom_hnti.lo src/atom_href.lo src/atom_mdat.lo src/atom_mdhd.lo src/atom_meta.lo src/atom_mp4s.lo src/atom_mp4v.lo src/atom_mvhd.lo src/atom_nmhd.lo src/atom_ohdr.lo src/atom_pasp.lo src/atom_root.lo src/atom_rtp.lo src/atom_s263.lo src/atom_sdp.lo src/atom_sdtp.lo src/atom_smi.lo src/atom_sound.lo src/atom_standard.lo src/atom_stbl.lo src/atom_stdp.lo src/atom_stsc.lo src/atom_stsd.lo src/atom_stsz.lo src/atom_stz2.lo src/atom_text.lo src/atom_tfhd.lo src/atom_tkhd.lo src/atom_treftype.lo src/atom_trun.lo src/atom_tx3g.lo src/atom_udta.lo src/atom_url.lo src/atom_urn.lo src/atom_uuid.lo src/atom_video.lo src/atom_vmhd.lo src/cmeta.lo src/descriptors.lo src/exception.lo src/isma.lo src/mp4.lo src/mp4atom.lo src/mp4container.lo src/mp4descriptor.lo src/mp4file.lo src/mp4file_io.lo src/mp4info.lo src/mp4property.lo src/mp4track.lo src/mp4util.lo src/ocidescriptors.lo src/odcommands.lo src/qosqualifiers.lo src/rtphint.lo src/text.lo src/bmff/typebmff.lo src/itmf/CoverArtBox.lo src/itmf/Tags.lo src/itmf/generic.lo src/itmf/type.lo src/qtff/ColorParameterBox.lo src/qtff/PictureAspectRatioBox.lo src/qtff/coding.lo libplatform/io/File.lo libplatform/io/FileSystem.lo libplatform/prog/option.lo libplatform/sys/error.lo libplatform/time/time.lo libplatform/io/File_posix.lo libplatform/io/FileSystem_posix.lo libplatform/number/random_posix.lo libplatform/process/process_posix.lo libplatform/time/time_posix.lo libtool: link: ar cru .libs/libmp4v2.a src/3gp.o src/atom_ac3.o src/atom_amr.o src/atom_avc1.o src/atom_avcC.o src/atom_chpl.o src/atom_colr.o src/atom_d263.o src/atom_dac3.o src/atom_damr.o src/atom_dref.o src/atom_elst.o src/atom_enca.o src/atom_encv.o src/atom_free.o src/atom_ftyp.o src/atom_ftab.o src/atom_gmin.o src/atom_hdlr.o src/atom_hinf.o src/atom_hnti.o src/atom_href.o src/atom_mdat.o src/atom_mdhd.o src/atom_meta.o src/atom_mp4s.o src/atom_mp4v.o src/atom_mvhd.o src/atom_nmhd.o src/atom_ohdr.o src/atom_pasp.o src/atom_root.o src/atom_rtp.o src/atom_s263.o src/atom_sdp.o src/atom_sdtp.o src/atom_smi.o src/atom_sound.o src/atom_standard.o src/atom_stbl.o src/atom_stdp.o src/atom_stsc.o src/atom_stsd.o src/atom_stsz.o src/atom_stz2.o src/atom_text.o src/atom_tfhd.o src/atom_tkhd.o src/atom_treftype.o src/atom_trun.o src/atom_tx3g.o src/atom_udta.o src/atom_url.o src/atom_urn.o src/atom_uuid.o src/atom_video.o src/atom_vmhd.o src/cmeta.o src/descriptors.o src/exception.o src/isma.o src/mp4.o src/mp4atom.o src/mp4container.o src/mp4descriptor.o src/mp4file.o src/mp4file_io.o src/mp4info.o src/mp4property.o src/mp4track.o src/mp4util.o src/ocidescriptors.o src/odcommands.o src/qosqualifiers.o src/rtphint.o src/text.o src/bmff/typebmff.o src/itmf/CoverArtBox.o src/itmf/Tags.o src/itmf/generic.o src/itmf/type.o src/qtff/ColorParameterBox.o src/qtff/PictureAspectRatioBox.o src/qtff/coding.o libplatform/io/File.o libplatform/io/FileSystem.o libplatform/prog/option.o libplatform/sys/error.o libplatform/time/time.o libplatform/io/File_posix.o libplatform/io/FileSystem_posix.o libplatform/number/random_posix.o libplatform/process/process_posix.o libplatform/time/time_posix.o libtool: link: ranlib .libs/libmp4v2.a libtool: link: ( cd ".libs" && rm -f "libmp4v2.la" && ln -s "../libmp4v2.la" "libmp4v2.la" ) make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' touch contrib/mp4v2/.stamp.build make -j 1 -C ./contrib/mp4v2/mp4v2-trunk-r355/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ./libtool --mode=install /usr/bin/ginstall -c libmp4v2.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libmp4v2.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmp4v2.la libtool: install: /usr/bin/ginstall -c .libs/libmp4v2.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmp4v2.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmp4v2.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmp4v2.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/bin" test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/share/man/man1" test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/mp4v2" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/mp4v2" /usr/bin/ginstall -c -m 644 include/mp4v2/project.h include/mp4v2/chapter.h include/mp4v2/file.h include/mp4v2/file_prop.h include/mp4v2/general.h include/mp4v2/isma.h include/mp4v2/itmf_generic.h include/mp4v2/itmf_tags.h include/mp4v2/mp4v2.h include/mp4v2/platform.h include/mp4v2/sample.h include/mp4v2/streaming.h include/mp4v2/track.h include/mp4v2/track_prop.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/mp4v2' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mp4v2/mp4v2-trunk-r355' touch contrib/mp4v2/.stamp.install /usr/bin/wget -O ../download/mpeg2dec-0.5.1.tar.gz http://download.m0k.org/handbrake/contrib/mpeg2dec-0.5.1.tar.gz --2011-03-13 17:27:13-- http://download.m0k.org/handbrake/contrib/mpeg2dec-0.5.1.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 522405 (510K) [application/octet-stream] In »»../download/mpeg2dec-0.5.1.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 9% 241K 2s 50K .......... .......... .......... .......... .......... 19% 498K 1s 100K .......... .......... .......... .......... .......... 29% 751K 1s 150K .......... .......... .......... .......... .......... 39% 474K 1s 200K .......... .......... .......... .......... .......... 49% 557K 1s 250K .......... .......... .......... .......... .......... 58% 1,17M 0s 300K .......... .......... .......... .......... .......... 68% 463K 0s 350K .......... .......... .......... .......... .......... 78% 496K 0s 400K .......... .......... .......... .......... .......... 88% 547K 0s 450K .......... .......... .......... .......... .......... 98% 507K 0s 500K .......... 100% 285K=1,0s 2011-03-13 17:27:15 (488 KB/s) - »»../download/mpeg2dec-0.5.1.tar.gz«« gespeichert [522405/522405] /usr/bin/mkdir -p contrib/mpeg2dec/ /usr/bin/rm -fr ./contrib/mpeg2dec/mpeg2dec/ /usr/bin/tar xfC ../download/mpeg2dec-0.5.1.tar.gz ./contrib/mpeg2dec/ touch contrib/mpeg2dec/.stamp.extract /usr/bin/patch -t -N -p1 -d ./contrib/mpeg2dec/mpeg2dec/ < ../contrib/mpeg2dec/A00-tags.patch patching file libmpeg2/decode.c touch contrib/mpeg2dec/.stamp.patch set -e; cd ./contrib/mpeg2dec/mpeg2dec/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --disable-sdl --without-x checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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... /usr/bin/gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /usr/bin/gcc needs -traditional... no checking dependency style of /usr/bin/gcc... none 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 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/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking if /usr/bin/gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare flags... yes checking if /usr/bin/gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 flags... yes checking if /usr/bin/gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer flags... yes checking if /usr/bin/gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common flags... yes checking if /usr/bin/gcc supports -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro flags... yes checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ static flag -static works... yes checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether time.h and sys/time.h may both be included... yes checking for struct timeval... yes checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for always_inline... yes checking for restrict... __restrict__ checking for __builtin_expect... yes checking whether byte ordering is bigendian... no checking for working volatile... yes checking for size_t... yes checking return type of signal handlers... void checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for gettimeofday... yes checking for ftime... yes checking for X... disabled checking ddraw.h usability... no checking ddraw.h presence... no checking for ddraw.h... no checking __attribute__ ((aligned ())) support... 64 configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating libmpeg2/Makefile config.status: creating libmpeg2/convert/Makefile config.status: creating libvo/Makefile config.status: creating vc++/Makefile config.status: creating libmpeg2/libmpeg2.pc config.status: creating libmpeg2/convert/libmpeg2convert.pc config.status: creating include/config.h config.status: executing depfiles commands touch contrib/mpeg2dec/.stamp.configure make -C ./contrib/mpeg2dec/mpeg2dec/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' Making clean in vc++ make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' Making clean in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' rm -f mpeg2dec mpeg2dec rm -f extract_mpeg2 extract_mpeg2 rm -f corrupt_mpeg2 corrupt_mpeg2 rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' Making clean in libvo make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' rm -rf .libs _libs test -z "libvo.a" || rm -f libvo.a rm -f *.o rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' Making clean in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' Making clean in libmpeg2 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' Making clean in convert make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' test -z "libmpeg2convert.la" || rm -f libmpeg2convert.la rm -f "./so_locations" rm -rf .libs _libs test -z "libmpeg2convertarch.la" || rm -f libmpeg2convertarch.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' test -z "libmpeg2.la" || rm -f libmpeg2.la rm -f "./so_locations" rm -rf .libs _libs test -z "libmpeg2arch.la" || rm -f libmpeg2arch.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' /usr/bin/rm -f ./contrib/mpeg2dec/.stamp.build make -C ./contrib/mpeg2dec/mpeg2dec/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' Making all in libmpeg2 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' Making all in convert make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o rgb.lo rgb.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c rgb.c -o rgb.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o uyvy.lo uyvy.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c uyvy.c -o uyvy.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2convertarch_la-rgb_mmx.lo `test -f 'rgb_mmx.c' || echo './'`rgb_mmx.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c rgb_mmx.c -o libmpeg2convertarch_la-rgb_mmx.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2convertarch_la-rgb_vis.lo `test -f 'rgb_vis.c' || echo './'`rgb_vis.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c rgb_vis.c -o libmpeg2convertarch_la-rgb_vis.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o libmpeg2convertarch.la libmpeg2convertarch_la-rgb_mmx.lo libmpeg2convertarch_la-rgb_vis.lo mkdir .libs ar cru .libs/libmpeg2convertarch.a libmpeg2convertarch_la-rgb_mmx.o libmpeg2convertarch_la-rgb_vis.o ranlib .libs/libmpeg2convertarch.a creating libmpeg2convertarch.la (cd .libs && rm -f libmpeg2convertarch.la && ln -s ../libmpeg2convertarch.la libmpeg2convertarch.la) /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -no-undefined -o libmpeg2convert.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib rgb.lo uyvy.lo libmpeg2convertarch.la rm -fr .libs/libmpeg2convert.lax mkdir .libs/libmpeg2convert.lax rm -fr .libs/libmpeg2convert.lax/libmpeg2convertarch.a mkdir .libs/libmpeg2convert.lax/libmpeg2convertarch.a (cd .libs/libmpeg2convert.lax/libmpeg2convertarch.a && ar x /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert/./.libs/libmpeg2convertarch.a) ar cru .libs/libmpeg2convert.a rgb.o uyvy.o .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_mmx.o .libs/libmpeg2convert.lax/libmpeg2convertarch.a/libmpeg2convertarch_la-rgb_vis.o ranlib .libs/libmpeg2convert.a rm -fr .libs/libmpeg2convert.lax creating libmpeg2convert.la (cd .libs && rm -f libmpeg2convert.la && ln -s ../libmpeg2convert.la libmpeg2convert.la) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o alloc.lo alloc.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c alloc.c -o alloc.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o header.lo header.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c header.c -o header.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o decode.lo decode.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c decode.c -o decode.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o slice.lo slice.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c slice.c -o slice.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o motion_comp.lo motion_comp.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c motion_comp.c -o motion_comp.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o idct.lo idct.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c idct.c -o idct.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-motion_comp_mmx.lo `test -f 'motion_comp_mmx.c' || echo './'`motion_comp_mmx.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c motion_comp_mmx.c -o libmpeg2arch_la-motion_comp_mmx.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-idct_mmx.lo `test -f 'idct_mmx.c' || echo './'`idct_mmx.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c idct_mmx.c -o libmpeg2arch_la-idct_mmx.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-motion_comp_altivec.lo `test -f 'motion_comp_altivec.c' || echo './'`motion_comp_altivec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c motion_comp_altivec.c -o libmpeg2arch_la-motion_comp_altivec.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-idct_altivec.lo `test -f 'idct_altivec.c' || echo './'`idct_altivec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c idct_altivec.c -o libmpeg2arch_la-idct_altivec.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-motion_comp_alpha.lo `test -f 'motion_comp_alpha.c' || echo './'`motion_comp_alpha.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c motion_comp_alpha.c -o libmpeg2arch_la-motion_comp_alpha.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-idct_alpha.lo `test -f 'idct_alpha.c' || echo './'`idct_alpha.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c idct_alpha.c -o libmpeg2arch_la-idct_alpha.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-motion_comp_vis.lo `test -f 'motion_comp_vis.c' || echo './'`motion_comp_vis.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c motion_comp_vis.c -o libmpeg2arch_la-motion_comp_vis.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-motion_comp_arm.lo `test -f 'motion_comp_arm.c' || echo './'`motion_comp_arm.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c motion_comp_arm.c -o libmpeg2arch_la-motion_comp_arm.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-cpu_accel.lo `test -f 'cpu_accel.c' || echo './'`cpu_accel.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c cpu_accel.c -o libmpeg2arch_la-cpu_accel.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c -o libmpeg2arch_la-cpu_state.lo `test -f 'cpu_state.c' || echo './'`cpu_state.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c cpu_state.c -o libmpeg2arch_la-cpu_state.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o libmpeg2arch.la libmpeg2arch_la-motion_comp_mmx.lo libmpeg2arch_la-idct_mmx.lo libmpeg2arch_la-motion_comp_altivec.lo libmpeg2arch_la-idct_altivec.lo libmpeg2arch_la-motion_comp_alpha.lo libmpeg2arch_la-idct_alpha.lo libmpeg2arch_la-motion_comp_vis.lo libmpeg2arch_la-motion_comp_arm.lo libmpeg2arch_la-cpu_accel.lo libmpeg2arch_la-cpu_state.lo mkdir .libs ar cru .libs/libmpeg2arch.a libmpeg2arch_la-motion_comp_mmx.o libmpeg2arch_la-idct_mmx.o libmpeg2arch_la-motion_comp_altivec.o libmpeg2arch_la-idct_altivec.o libmpeg2arch_la-motion_comp_alpha.o libmpeg2arch_la-idct_alpha.o libmpeg2arch_la-motion_comp_vis.o libmpeg2arch_la-motion_comp_arm.o libmpeg2arch_la-cpu_accel.o libmpeg2arch_la-cpu_state.o ranlib .libs/libmpeg2arch.a creating libmpeg2arch.la (cd .libs && rm -f libmpeg2arch.la && ln -s ../libmpeg2arch.la libmpeg2arch.la) /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -no-undefined -version-info 1:0:1 -o libmpeg2.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib alloc.lo header.lo decode.lo slice.lo motion_comp.lo idct.lo libmpeg2arch.la rm -fr .libs/libmpeg2.lax mkdir .libs/libmpeg2.lax rm -fr .libs/libmpeg2.lax/libmpeg2arch.a mkdir .libs/libmpeg2.lax/libmpeg2arch.a (cd .libs/libmpeg2.lax/libmpeg2arch.a && ar x /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/./.libs/libmpeg2arch.a) ar cru .libs/libmpeg2.a alloc.o header.o decode.o slice.o motion_comp.o idct.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-cpu_state.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_alpha.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-cpu_accel.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-idct_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_vis.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_mmx.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_arm.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_altivec.o .libs/libmpeg2.lax/libmpeg2arch.a/libmpeg2arch_la-motion_comp_alpha.o ranlib .libs/libmpeg2.a rm -fr .libs/libmpeg2.lax creating libmpeg2.la (cd .libs && rm -f libmpeg2.la && ln -s ../libmpeg2.la libmpeg2.la) make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' Making all in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' make all-am make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' Making all in libvo make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c video_out.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c video_out_x11.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c video_out_dx.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c video_out_sdl.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c video_out_null.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c video_out_pgm.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. rm -f libvo.a ar cru libvo.a video_out.o video_out_x11.o video_out_dx.o video_out_sdl.o video_out_null.o video_out_pgm.o ranlib libvo.a make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' Making all in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c mpeg2dec.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c dump_state.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c getopt.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c gettimeofday.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o mpeg2dec mpeg2dec.o dump_state.o getopt.o gettimeofday.o ../libvo/libvo.a ../libmpeg2/libmpeg2.la ../libmpeg2/convert/libmpeg2convert.la mkdir .libs /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o mpeg2dec mpeg2dec.o dump_state.o getopt.o gettimeofday.o ../libvo/libvo.a ../libmpeg2/.libs/libmpeg2.a ../libmpeg2/convert/.libs/libmpeg2convert.a /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c extract_mpeg2.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o extract_mpeg2 extract_mpeg2.o getopt.o /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o extract_mpeg2 extract_mpeg2.o getopt.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -c corrupt_mpeg2.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o corrupt_mpeg2 corrupt_mpeg2.o getopt.o /usr/bin/gcc -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -O3 -fomit-frame-pointer -fno-common -mcpu=pentiumpro -o corrupt_mpeg2 corrupt_mpeg2.o getopt.o make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' Making all in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' Making all in vc++ make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' make[2]: Für das Ziel »all« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[2]: Für das Ziel »all-am« ist nichts zu tun. make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' touch contrib/mpeg2dec/.stamp.build make -j 1 -C ./contrib/mpeg2dec/mpeg2dec/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' Making install in libmpeg2 make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' Making install in convert make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../../libtool --mode=install /usr/bin/ginstall -c 'libmpeg2convert.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2convert.la' /usr/bin/ginstall -c .libs/libmpeg2convert.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2convert.la /usr/bin/ginstall -c .libs/libmpeg2convert.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2convert.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2convert.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2convert.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" /usr/bin/ginstall -c -m 644 'libmpeg2convert.pc' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig/libmpeg2convert.pc' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2/convert' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'libmpeg2.la' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2.la' /usr/bin/ginstall -c .libs/libmpeg2.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2.la /usr/bin/ginstall -c .libs/libmpeg2.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2.a chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2.a ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2.a PATH="$PATH:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig" /usr/bin/ginstall -c -m 644 'libmpeg2.pc' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig/libmpeg2.pc' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libmpeg2' Making install in include make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/mpeg2dec" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/mpeg2dec" /usr/bin/ginstall -c -m 644 'mpeg2.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/mpeg2dec/mpeg2.h' /usr/bin/ginstall -c -m 644 'mpeg2convert.h' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include/mpeg2dec/mpeg2convert.h' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/include' Making install in libvo make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/libvo' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'mpeg2dec' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/mpeg2dec' /usr/bin/ginstall -c mpeg2dec /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/mpeg2dec /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'extract_mpeg2' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/extract_mpeg2' /usr/bin/ginstall -c extract_mpeg2 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/extract_mpeg2 /bin/sh ../libtool --mode=install /usr/bin/ginstall -c 'corrupt_mpeg2' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/corrupt_mpeg2' /usr/bin/ginstall -c corrupt_mpeg2 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin/corrupt_mpeg2 test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1" /usr/bin/ginstall -c -m 644 './mpeg2dec.1' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1/mpeg2dec.1' /usr/bin/ginstall -c -m 644 './extract_mpeg2.1' '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//share/man/man1/extract_mpeg2.1' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/src' Making install in test make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/test' Making install in vc++ make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec/vc++' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/mpeg2dec/mpeg2dec' touch contrib/mpeg2dec/.stamp.install /usr/bin/wget -O ../download/x264-r1834-a51816a.tar.gz http://download.handbrake.fr/handbrake/contrib/x264-r1834-a51816a.tar.gz --2011-03-13 17:27:48-- http://download.handbrake.fr/handbrake/contrib/x264-r1834-a51816a.tar.gz Auflösen des Hostnamen »download.handbrake.fr (download.handbrake.fr)«.... 88.191.20.206 Verbindungsaufbau zu download.handbrake.fr (download.handbrake.fr)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 578261 (565K) [application/octet-stream] In »»../download/x264-r1834-a51816a.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 8% 180K 3s 50K .......... .......... .......... .......... .......... 17% 506K 2s 100K .......... .......... .......... .......... .......... 26% 573K 1s 150K .......... .......... .......... .......... .......... 35% 566K 1s 200K .......... .......... .......... .......... .......... 44% 251K 1s 250K .......... .......... .......... .......... .......... 53% 1,60M 1s 300K .......... .......... .......... .......... .......... 61% 304K 1s 350K .......... .......... .......... .......... .......... 70% 547K 0s 400K .......... .......... .......... .......... .......... 79% 435K 0s 450K .......... .......... .......... .......... .......... 88% 471K 0s 500K .......... .......... .......... .......... .......... 97% 405K 0s 550K .......... .... 100% 475K=1,4s 2011-03-13 17:27:50 (400 KB/s) - »»../download/x264-r1834-a51816a.tar.gz«« gespeichert [578261/578261] /usr/bin/mkdir -p contrib/x264/ /usr/bin/rm -fr ./contrib/x264/x264/ /usr/bin/tar xfC ../download/x264-r1834-a51816a.tar.gz ./contrib/x264/ touch contrib/x264/.stamp.extract touch contrib/x264/.stamp.patch set -e; cd ./contrib/x264/x264/; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-gpac --disable-avs --disable-lavf --disable-ffms --disable-swscale fatal: Not a git repository (or any parent up to mount parent /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Platform: X86 System: LINUX asm: yes avs: no lavf: no ffms: no gpac: no gpl: yes thread: posix filters: crop select_every debug: no gprof: no PIC: no shared: no visualize: no bit depth: 8 You can run 'make' or 'make fprofiled' now. touch contrib/x264/.stamp.configure make -C ./contrib/x264/x264/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/x264/x264' rm -f common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-32.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/pixel-32.o x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/thread.o *.a x264 x264.exe .depend TAGS rm -f checkasm checkasm.exe tools/checkasm.o tools/checkasm-a.o rm -f common/mc.gcda common/predict.gcda common/pixel.gcda common/macroblock.gcda common/frame.gcda common/dct.gcda common/cpu.gcda common/cabac.gcda common/common.gcda common/osdep.gcda common/rectangle.gcda common/set.gcda common/quant.gcda common/deblock.gcda common/vlc.gcda common/mvpred.gcda common/bitstream.gcda encoder/analyse.gcda encoder/me.gcda encoder/ratecontrol.gcda encoder/set.gcda encoder/macroblock.gcda encoder/cabac.gcda encoder/cavlc.gcda encoder/encoder.gcda encoder/lookahead.gcda common/threadpool.gcda common/x86/mc-c.gcda common/x86/predict-c.gcda x264.gcda input/input.gcda input/timecode.gcda input/raw.gcda input/y4m.gcda output/raw.gcda output/matroska.gcda output/matroska_ebml.gcda output/flv.gcda output/flv_bytestream.gcda filters/filters.gcda filters/video/video.gcda filters/video/source.gcda filters/video/internal.gcda filters/video/resize.gcda filters/video/cache.gcda filters/video/fix_vfr_pts.gcda filters/video/select_every.gcda filters/video/crop.gcda filters/video/depth.gcda input/thread.gcda common/mc.gcno common/predict.gcno common/pixel.gcno common/macroblock.gcno common/frame.gcno common/dct.gcno common/cpu.gcno common/cabac.gcno common/common.gcno common/osdep.gcno common/rectangle.gcno common/set.gcno common/quant.gcno common/deblock.gcno common/vlc.gcno common/mvpred.gcno common/bitstream.gcno encoder/analyse.gcno encoder/me.gcno encoder/ratecontrol.gcno encoder/set.gcno encoder/macroblock.gcno encoder/cabac.gcno encoder/cavlc.gcno encoder/encoder.gcno encoder/lookahead.gcno common/threadpool.gcno common/x86/mc-c.gcno common/x86/predict-c.gcno x264.gcno input/input.gcno input/timecode.gcno input/raw.gcno input/y4m.gcno output/raw.gcno output/matroska.gcno output/matroska_ebml.gcno output/flv.gcno output/flv_bytestream.gcno filters/filters.gcno filters/video/video.gcno filters/video/source.gcno filters/video/internal.gcno filters/video/resize.gcno filters/video/cache.gcno filters/video/fix_vfr_pts.gcno filters/video/select_every.gcno filters/video/crop.gcno filters/video/depth.gcno input/thread.gcno sed -e 's/ *-fprofile-\(generate\|use\)//g' config.mak > config.mak2 && mv config.mak2 config.mak make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/x264/x264' /usr/bin/rm -f ./contrib/x264/.stamp.build make -C ./contrib/x264/x264/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/x264/x264' /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o x264.o x264.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o input/input.o input/input.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o input/timecode.o input/timecode.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o input/raw.o input/raw.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o input/y4m.o input/y4m.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o output/raw.o output/raw.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska.o output/matroska.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska_ebml.o output/matroska_ebml.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv.o output/flv.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv_bytestream.o output/flv_bytestream.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/filters.o filters/filters.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/video.o filters/video/video.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/source.o filters/video/source.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/internal.o filters/video/internal.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/resize.o filters/video/resize.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/cache.o filters/video/cache.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/fix_vfr_pts.o filters/video/fix_vfr_pts.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/select_every.o filters/video/select_every.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/crop.o filters/video/crop.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/depth.o filters/video/depth.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o input/thread.o input/thread.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/mc.o common/mc.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/predict.o common/predict.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/pixel.o common/pixel.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/macroblock.o common/macroblock.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/frame.o common/frame.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/dct.o common/dct.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/cpu.o common/cpu.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/cabac.o common/cabac.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/common.o common/common.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/osdep.o common/osdep.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/rectangle.o common/rectangle.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/set.o common/set.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/quant.o common/quant.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/deblock.o common/deblock.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/vlc.o common/vlc.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/mvpred.o common/mvpred.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/bitstream.o common/bitstream.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/analyse.o encoder/analyse.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/me.o encoder/me.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/ratecontrol.o encoder/ratecontrol.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/set.o encoder/set.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/macroblock.o encoder/macroblock.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cabac.o encoder/cabac.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cavlc.o encoder/cavlc.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/encoder.o encoder/encoder.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/lookahead.o encoder/lookahead.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/threadpool.o common/threadpool.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/mc-c.o common/x86/mc-c.c /usr/bin/gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -s -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/predict-c.o common/x86/predict-c.c yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/const-a.o common/x86/const-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/cabac-a.o common/x86/cabac-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/dct-a.o common/x86/dct-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/deblock-a.o common/x86/deblock-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/mc-a.o common/x86/mc-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/mc-a2.o common/x86/mc-a2.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/pixel-a.o common/x86/pixel-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/predict-a.o common/x86/predict-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/quant-a.o common/x86/quant-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/cpu-a.o common/x86/cpu-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/dct-32.o common/x86/dct-32.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/bitstream-a.o common/x86/bitstream-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/sad-a.o common/x86/sad-a.asm yasm -O2 -f elf -DBIT_DEPTH=8 -Icommon/x86/ -o common/x86/pixel-32.o common/x86/pixel-32.asm ar rc libx264.a common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-32.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/pixel-32.o ranlib libx264.a /usr/bin/gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/thread.o libx264.a -lm -lpthread -s make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/x264/x264' touch contrib/x264/.stamp.build make -j 1 -C ./contrib/x264/x264/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/x264/x264' install -d /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin install -d /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include install -d /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib install -d /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig install -m 644 x264.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include install -m 644 x264_config.h /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//include install -m 644 libx264.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib install -m 644 x264.pc /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/pkgconfig install x264 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//bin ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libx264.a make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/x264/x264' touch contrib/x264/.stamp.install /usr/bin/wget -O ../download/libbluray-0.0.1-pre-16-g1aab213.tar.gz http://download.m0k.org/handbrake/contrib/libbluray-0.0.1-pre-16-g1aab213.tar.gz --2011-03-13 17:28:46-- http://download.m0k.org/handbrake/contrib/libbluray-0.0.1-pre-16-g1aab213.tar.gz Auflösen des Hostnamen »download.m0k.org (download.m0k.org)«.... 88.191.20.206 Verbindungsaufbau zu download.m0k.org (download.m0k.org)|88.191.20.206|:80... verbunden. HTTP Anforderung gesendet, warte auf Antwort... 200 OK Länge: 218739 (214K) [application/octet-stream] In »»../download/libbluray-0.0.1-pre-16-g1aab213.tar.gz«« speichern. 0K .......... .......... .......... .......... .......... 23% 269K 1s 50K .......... .......... .......... .......... .......... 46% 486K 0s 100K .......... .......... .......... .......... .......... 70% 758K 0s 150K .......... .......... .......... .......... .......... 93% 649K 0s 200K .......... ... 100% 350K=0,5s 2011-03-13 17:28:47 (454 KB/s) - »»../download/libbluray-0.0.1-pre-16-g1aab213.tar.gz«« gespeichert [218739/218739] /usr/bin/mkdir -p contrib/libbluray/ /usr/bin/rm -fr ./contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/ /usr/bin/tar xfC ../download/libbluray-0.0.1-pre-16-g1aab213.tar.gz ./contrib/libbluray/ touch contrib/libbluray/.stamp.extract touch contrib/libbluray/.stamp.patch set -e; cd ./contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/; rm -fr aclocal.m4 autom4te.cache; ./bootstrap; CC=/usr/bin/gcc CFLAGS="" CXX=/usr/bin/g++ CXXFLAGS="" CPPFLAGS="" LDFLAGS="" ./configure --prefix=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --disable-optimizations --enable-debug --disable-examples autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:5: installing `build-aux/config.guess' configure.ac:5: installing `build-aux/config.sub' configure.ac:6: installing `build-aux/install-sh' configure.ac:6: installing `build-aux/missing' src/Makefile.am: installing `build-aux/depcomp' autoreconf: Leaving directory `.' checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc... none checking how to print strings... printf checking for a sed that does not truncate output... /usr/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 /usr/bin/gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/bin/gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /usr/bin/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 /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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... no checking whether to build static libraries... yes 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... yes checking malloc.h presence... yes checking for malloc.h... yes checking for stdlib.h... (cached) yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking linux/cdrom.h usability... yes checking linux/cdrom.h presence... yes checking for linux/cdrom.h... yes 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.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... 64 checking for snprintf... yes checking for pthread_create in -lpthread... yes checking for dlopen in -ldl... yes configure: Using libaacs and libbdplus via dlopen. 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... yes Checking if compiler supports -Wundef... yes Checking if compiler supports -Wextra... yes Checking if compiler supports -Winline... yes Checking if compiler supports -g... yes checking for doxygen... no configure: WARNING: doxygen not found - will not generate any doxygen documentation checking for perl... /usr/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/examples/Makefile config.status: creating src/libbluray.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands touch contrib/libbluray/.stamp.configure make -C ./contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/ clean make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' Making clean in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' Making clean in examples make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' Making clean in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' test -z "libbluray.la" || rm -f libbluray.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' Making clean in . make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' rm -rf .libs _libs test -z "" || rm -f rm -f *.lo make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' /usr/bin/rm -f ./contrib/libbluray/.stamp.build make -C ./contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' Making all in . make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o bluray.lo `test -f 'libbluray/bluray.c' || echo './'`libbluray/bluray.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/bluray.c -o bluray.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o register.lo `test -f 'libbluray/register.c' || echo './'`libbluray/register.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/register.c -o register.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o index_parse.lo `test -f 'libbluray/bdnav/index_parse.c' || echo './'`libbluray/bdnav/index_parse.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/bdnav/index_parse.c -o index_parse.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o navigation.lo `test -f 'libbluray/bdnav/navigation.c' || echo './'`libbluray/bdnav/navigation.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/bdnav/navigation.c -o navigation.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o sound_parse.lo `test -f 'libbluray/bdnav/sound_parse.c' || echo './'`libbluray/bdnav/sound_parse.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/bdnav/sound_parse.c -o sound_parse.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o clpi_parse.lo `test -f 'libbluray/bdnav/clpi_parse.c' || echo './'`libbluray/bdnav/clpi_parse.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/bdnav/clpi_parse.c -o clpi_parse.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o mpls_parse.lo `test -f 'libbluray/bdnav/mpls_parse.c' || echo './'`libbluray/bdnav/mpls_parse.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/bdnav/mpls_parse.c -o mpls_parse.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o pes_buffer.lo `test -f 'libbluray/decoders/pes_buffer.c' || echo './'`libbluray/decoders/pes_buffer.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/decoders/pes_buffer.c -o pes_buffer.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o m2ts_demux.lo `test -f 'libbluray/decoders/m2ts_demux.c' || echo './'`libbluray/decoders/m2ts_demux.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/decoders/m2ts_demux.c -o m2ts_demux.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o pg_decode.lo `test -f 'libbluray/decoders/pg_decode.c' || echo './'`libbluray/decoders/pg_decode.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/decoders/pg_decode.c -o pg_decode.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o ig_decode.lo `test -f 'libbluray/decoders/ig_decode.c' || echo './'`libbluray/decoders/ig_decode.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/decoders/ig_decode.c -o ig_decode.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o graphics_processor.lo `test -f 'libbluray/decoders/graphics_processor.c' || echo './'`libbluray/decoders/graphics_processor.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/decoders/graphics_processor.c -o graphics_processor.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o hdmv_vm.lo `test -f 'libbluray/hdmv/hdmv_vm.c' || echo './'`libbluray/hdmv/hdmv_vm.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/hdmv/hdmv_vm.c -o hdmv_vm.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o mobj_parse.lo `test -f 'libbluray/hdmv/mobj_parse.c' || echo './'`libbluray/hdmv/mobj_parse.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/hdmv/mobj_parse.c -o mobj_parse.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o mobj_print.lo `test -f 'libbluray/hdmv/mobj_print.c' || echo './'`libbluray/hdmv/mobj_print.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c libbluray/hdmv/mobj_print.c -o mobj_print.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o dir_posix.lo `test -f 'file/dir_posix.c' || echo './'`file/dir_posix.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c file/dir_posix.c -o dir_posix.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o file_posix.lo `test -f 'file/file_posix.c' || echo './'`file/file_posix.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c file/file_posix.c -o file_posix.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o dl_posix.lo `test -f 'file/dl_posix.c' || echo './'`file/dl_posix.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c file/dl_posix.c -o dl_posix.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o filesystem.lo `test -f 'file/filesystem.c' || echo './'`file/filesystem.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c file/filesystem.c -o filesystem.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o strutl.lo `test -f 'util/strutl.c' || echo './'`util/strutl.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c util/strutl.c -o strutl.o /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c -o logging.lo `test -f 'util/logging.c' || echo './'`util/logging.c libtool: compile: /usr/bin/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 -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -c util/logging.c -o logging.o /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -std=c99 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wextra -Winline -g -I.. -Ifile -Ilibbluray/bdnav -version-info "0:0:0" -ldl -o libbluray.la -rpath /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib bluray.lo register.lo index_parse.lo navigation.lo sound_parse.lo clpi_parse.lo mpls_parse.lo pes_buffer.lo m2ts_demux.lo pg_decode.lo ig_decode.lo graphics_processor.lo hdmv_vm.lo mobj_parse.lo mobj_print.lo dir_posix.lo file_posix.lo dl_posix.lo filesystem.lo strutl.lo logging.lo -lpthread libtool: link: ar cru .libs/libbluray.a bluray.o register.o index_parse.o navigation.o sound_parse.o clpi_parse.o mpls_parse.o pes_buffer.o m2ts_demux.o pg_decode.o ig_decode.o graphics_processor.o hdmv_vm.o mobj_parse.o mobj_print.o dir_posix.o file_posix.o dl_posix.o filesystem.o strutl.o logging.o libtool: link: ranlib .libs/libbluray.a libtool: link: ( cd ".libs" && rm -f "libbluray.la" && ln -s "../libbluray.la" "libbluray.la" ) make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' Making all in examples make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' make[4]: Für das Ziel »all« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' touch contrib/libbluray/.stamp.build make -j 1 -C ./contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/ install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' Making install in . make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libbluray.la '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib' libtool: install: /usr/bin/ginstall -c .libs/libbluray.lai /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libbluray.la libtool: install: /usr/bin/ginstall -c .libs/libbluray.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libbluray.a libtool: install: chmod 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libbluray.a libtool: install: ranlib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libbluray.a libtool: finish: PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin:.:/sbin" ldconfig -n /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libbluray" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libbluray" /usr/bin/ginstall -c -m 644 libbluray/bluray.h file/filesystem.h util/log_control.h libbluray/keys.h libbluray/decoders/overlay.h '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/include/libbluray' test -z "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig" /usr/bin/ginstall -c -m 644 libbluray.pc '/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/pkgconfig' make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' Making install in examples make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' make[4]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' make[4]: Für das Ziel »install-exec-am« ist nichts zu tun. make[4]: Für das Ziel »install-data-am« ist nichts zu tun. make[4]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src/examples' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213/src' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/libbluray/libbluray-0.0.1-pre-16-g1aab213' touch contrib/libbluray/.stamp.install /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/denoise.c -o libhb/denoise.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/muxogm.c -o libhb/muxogm.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decmetadata.c -o libhb/decmetadata.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decvobsub.c -o libhb/decvobsub.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/downmix.c -o libhb/downmix.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/eedi2.c -o libhb/eedi2.o ../libhb/eedi2.c: In Funktion »eedi2_interpolate_lattice«: ../libhb/eedi2.c:1202:21: Warnung: suggest parentheses around »&&« within »||« /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/bd.c -o libhb/bd.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decdca.c -o libhb/decdca.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/muxmp4.c -o libhb/muxmp4.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/deblock.c -o libhb/deblock.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/ports.c -o libhb/ports.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/stream.c -o libhb/stream.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/hb.c -o libhb/hb.o ../libhb/hb.c: In Funktion »hb_sws_get_context«: ../libhb/hb.c:123:5: Warnung: »sws_getContext« ist veraltet (deklariert bei ./contrib/include/libswscale/swscale.h:191) ../libhb/hb.c: In Funktion »hb_get_preview«: ../libhb/hb.c:713:15: Warnung: Übergabe des Arguments 2 von »sws_scale« von inkompatiblem Zeigertyp ./contrib/include/libswscale/swscale.h:223:5: Anmerkung: expected »const uint8_t * const*« but argument is of type »uint8_t **« ../libhb/hb.c:727:15: Warnung: Übergabe des Arguments 2 von »sws_scale« von inkompatiblem Zeigertyp ./contrib/include/libswscale/swscale.h:223:5: Anmerkung: expected »const uint8_t * const*« but argument is of type »uint8_t **« /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/dectx3gsub.c -o libhb/dectx3gsub.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/common.c -o libhb/common.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/encx264.c -o libhb/encx264.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/dvdnav.c -o libhb/dvdnav.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/render.c -o libhb/render.o ../libhb/render.c: In Funktion »renderWork«: ../libhb/render.c:538:19: Warnung: Übergabe des Arguments 2 von »sws_scale« von inkompatiblem Zeigertyp ./contrib/include/libswscale/swscale.h:223:5: Anmerkung: expected »const uint8_t * const*« but argument is of type »uint8_t **« /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decssasub.c -o libhb/decssasub.o ../libhb/decssasub.c: In Funktion »ssa_log«: ../libhb/decssasub.c:501:9: Warnung: Implizite Deklaration der Funktion »vasprintf« /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/demuxmpeg.c -o libhb/demuxmpeg.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decavcodec.c -o libhb/decavcodec.o ../libhb/decavcodec.c: In Funktion »copy_frame«: ../libhb/decavcodec.c:519:20: Warnung: Übergabe des Arguments 2 von »sws_scale« von inkompatiblem Zeigertyp ./contrib/include/libswscale/swscale.h:223:5: Anmerkung: expected »const uint8_t * const*« but argument is of type »uint8_t **« /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/batch.c -o libhb/batch.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/enclame.c -o libhb/enclame.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/muxmkv.c -o libhb/muxmkv.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/sync.c -o libhb/sync.o ../libhb/sync.c: In Funktion »syncVideoWork«: ../libhb/sync.c:564:17: Warnung: »sub_start« may be used uninitialized in this function ../libhb/sync.c:564:28: Warnung: »sub_stop« may be used uninitialized in this function /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/rotate.c -o libhb/rotate.o ../libhb/rotate.c:59:5: Warnung: Initialisierung von inkompatiblem Zeigertyp /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/deca52.c -o libhb/deca52.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/dvd.c -o libhb/dvd.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/fifo.c -o libhb/fifo.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/scan.c -o libhb/scan.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decomb.c -o libhb/decomb.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/lang.c -o libhb/lang.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/encac3.c -o libhb/encac3.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decsrtsub.c -o libhb/decsrtsub.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/muxavi.c -o libhb/muxavi.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/encavcodec.c -o libhb/encavcodec.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/update.c -o libhb/update.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decutf8sub.c -o libhb/decutf8sub.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/declpcm.c -o libhb/declpcm.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/muxcommon.c -o libhb/muxcommon.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/encvorbis.c -o libhb/encvorbis.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/encfaac.c -o libhb/encfaac.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/deccc608sub.c -o libhb/deccc608sub.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/enctheora.c -o libhb/enctheora.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/work.c -o libhb/work.o ../libhb/work.c: In Funktion »do_job«: ../libhb/work.c:416:23: Warnung: Variable »attachment« wird nicht verwendet /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/detelecine.c -o libhb/detelecine.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/encvobsub.c -o libhb/encvobsub.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/deinterlace.c -o libhb/deinterlace.o ../libhb/deinterlace.c:97:5: Warnung: Initialisierung von inkompatiblem Zeigertyp /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/decmpeg2.c -o libhb/decmpeg2.o ../libhb/decmpeg2.c: In Funktion »hb_copy_frame«: ../libhb/decmpeg2.c:297:9: Warnung: Übergabe des Arguments 2 von »sws_scale« von inkompatiblem Zeigertyp ./contrib/include/libswscale/swscale.h:223:5: Anmerkung: expected »const uint8_t * const*« but argument is of type »uint8_t **« /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/reader.c -o libhb/reader.o ../libhb/reader.c:117:25: Warnung: »find_st« definiert, aber nicht verwendet /usr/bin/ar rsu libhb/libhb.a libhb/denoise.o libhb/muxogm.o libhb/decmetadata.o libhb/decvobsub.o libhb/downmix.o libhb/eedi2.o libhb/bd.o libhb/decdca.o libhb/muxmp4.o libhb/deblock.o libhb/ports.o libhb/stream.o libhb/hb.o libhb/dectx3gsub.o libhb/common.o libhb/encx264.o libhb/dvdnav.o libhb/render.o libhb/decssasub.o libhb/demuxmpeg.o libhb/decavcodec.o libhb/batch.o libhb/enclame.o libhb/muxmkv.o libhb/sync.o libhb/rotate.o libhb/deca52.o libhb/dvd.o libhb/fifo.o libhb/scan.o libhb/decomb.o libhb/lang.o libhb/encac3.o libhb/decsrtsub.o libhb/muxavi.o libhb/encavcodec.o libhb/update.o libhb/decutf8sub.o libhb/declpcm.o libhb/muxcommon.o libhb/encvorbis.o libhb/encfaac.o libhb/deccc608sub.o libhb/enctheora.o libhb/work.o libhb/detelecine.o libhb/encvobsub.o libhb/deinterlace.o libhb/decmpeg2.o libhb/reader.o /usr/bin/ar: creating libhb/libhb.a /usr/bin/mkdir -p test/ /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -I./libhb/ -I./contrib/include -c ../test/test.c -o test/test.o /usr/bin/gcc -pipe -fmessage-length=0 -Wall -g0 -O3 -I./libhb/ -I./contrib/include -c ../test/parsecsv.c -o test/parsecsv.o /usr/bin/g++ -pipe -Wl,-S -fmessage-length=0 -Wall -g0 -O3 -I./libhb/ -I./contrib/include -o HandBrakeCLI -Wl,--start-group test/test.o test/parsecsv.o ./libhb/libhb.a ./contrib/lib/liba52.a ./contrib/lib/libass.a ./contrib/lib/libavcore.a ./contrib/lib/libavcodec.a ./contrib/lib/libavformat.a ./contrib/lib/libavutil.a ./contrib/lib/libdca.a ./contrib/lib/libdvdnav.a ./contrib/lib/libdvdread.a ./contrib/lib/libfaac.a ./contrib/lib/libfaad.a ./contrib/lib/libfontconfig.a ./contrib/lib/libfreetype.a ./contrib/lib/libmkv.a ./contrib/lib/libmpeg2.a ./contrib/lib/libmp3lame.a ./contrib/lib/libmp4v2.a ./contrib/lib/libogg.a ./contrib/lib/libsamplerate.a ./contrib/lib/libswscale.a ./contrib/lib/libtheora.a ./contrib/lib/libvorbis.a ./contrib/lib/libvorbisenc.a ./contrib/lib/libx264.a ./contrib/lib/libxml2.a ./contrib/lib/libbluray.a -lbz2 -lz -lpthread -ldl -lm -Wl,--end-group /usr/bin/mkdir -p gtk/ set -e; cd ../gtk/; NOCONFIGURE=1 ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . Creating ./aclocal.m4 ... Running glib-gettextize... Ignore non-fatal messages. Copying file mkinstalldirs Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Making ./aclocal.m4 writable ... Running intltoolize... Running libtoolize... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: You should add the contents of the following files to `aclocal.m4': libtoolize: `/usr/share/aclocal/libtool.m4' libtoolize: `/usr/share/aclocal/ltoptions.m4' libtoolize: `/usr/share/aclocal/ltversion.m4' libtoolize: `/usr/share/aclocal/ltsugar.m4' libtoolize: `/usr/share/aclocal/lt~obsolete.m4' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Running aclocal ... /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB /usr/share/aclocal/aalib.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/aalib.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Running autoheader... Running automake --gnu ... configure.ac:85: installing `./config.guess' configure.ac:85: installing `./config.sub' configure.ac:6: installing `./install-sh' configure.ac:6: installing `./missing' src/Makefile.am: installing `./depcomp' Running autoconf ... Skipping configure process. set -e; cd ./gtk/; /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/configure \ \ PKG_CONFIG_PATH=./contrib/lib/pkgconfig \ CFLAGS="-g0 -O3" \ LDFLAGS="-Wl,-S -g0 -O3 " \ --prefix=/usr \ --with-hb=/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/ checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/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 style of include used by make... GNU 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 dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking whether NLS is requested... yes checking for intltool >= 0.35.0... 0.41.1 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.12.3 checking for XML::Parser... ok checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no 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... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes 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/i486-slackware-linux/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so 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 how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OldWebKitGtk... no checking for GHB... yes checking for pkg-config... /usr/bin/pkg-config configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing libtool commands config.status: executing po/stamp-it commands touch gtk/.stamp.configure make -C ./gtk/ make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make all-recursive make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' Making all in src make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/src' gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c: In Funktion »ghb_cancel_encode«: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c:2164:3: Warnung: case value »1« not in enumerated type »GtkResponseType« /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c:2168:3: Warnung: case value »2« not in enumerated type »GtkResponseType« /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c:2172:3: Warnung: case value »3« not in enumerated type »GtkResponseType« /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c:2175:3: Warnung: case value »4« not in enumerated type »GtkResponseType« /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c: In Funktion »ghb_cancel_encode2«: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c:2202:3: Warnung: case value »1« not in enumerated type »GtkResponseType« /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/callbacks.c:2206:3: Warnung: case value »4« not in enumerated type »GtkResponseType« mv -f .deps/callbacks.Tpo .deps/callbacks.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT queuehandler.o -MD -MP -MF .deps/queuehandler.Tpo -c -o queuehandler.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/queuehandler.c mv -f .deps/queuehandler.Tpo .deps/queuehandler.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT audiohandler.o -MD -MP -MF .deps/audiohandler.Tpo -c -o audiohandler.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/audiohandler.c mv -f .deps/audiohandler.Tpo .deps/audiohandler.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT subtitlehandler.o -MD -MP -MF .deps/subtitlehandler.Tpo -c -o subtitlehandler.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/subtitlehandler.c mv -f .deps/subtitlehandler.Tpo .deps/subtitlehandler.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT x264handler.o -MD -MP -MF .deps/x264handler.Tpo -c -o x264handler.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/x264handler.c mv -f .deps/x264handler.Tpo .deps/x264handler.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT settings.o -MD -MP -MF .deps/settings.Tpo -c -o settings.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/settings.c mv -f .deps/settings.Tpo .deps/settings.Po gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng14 -c -o create_resources-native.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/create_resources.c gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng14 -c -o plist-native.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/plist.c gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng14 -c -o values-native.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/values.c gcc -o create_resources create_resources-native.o plist-native.o values-native.o -pthread -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0 python /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/makedeps.py ./create_resources -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/resources.list resources.plist python /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/quotestring.py resources.plist resource_data.h gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT resources.o -MD -MP -MF .deps/resources.Tpo -c -o resources.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/resources.c mv -f .deps/resources.Tpo .deps/resources.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT presets.o -MD -MP -MF .deps/presets.Tpo -c -o presets.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/presets.c mv -f .deps/presets.Tpo .deps/presets.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT preview.o -MD -MP -MF .deps/preview.Tpo -c -o preview.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/preview.c mv -f .deps/preview.Tpo .deps/preview.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT icons.o -MD -MP -MF .deps/icons.Tpo -c -o icons.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/icons.c mv -f .deps/icons.Tpo .deps/icons.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT icon_tools.o -MD -MP -MF .deps/icon_tools.Tpo -c -o icon_tools.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/icon_tools.c mv -f .deps/icon_tools.Tpo .deps/icon_tools.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT values.o -MD -MP -MF .deps/values.Tpo -c -o values.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/values.c mv -f .deps/values.Tpo .deps/values.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT appcast.o -MD -MP -MF .deps/appcast.Tpo -c -o appcast.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/appcast.c mv -f .deps/appcast.Tpo .deps/appcast.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT plist.o -MD -MP -MF .deps/plist.Tpo -c -o plist.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/plist.c mv -f .deps/plist.Tpo .deps/plist.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT hb-backend.o -MD -MP -MF .deps/hb-backend.Tpo -c -o hb-backend.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/hb-backend.c /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/hb-backend.c: In Funktion »ghb_validate_vquality«: /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/hb-backend.c:4350:7: Warnung: zu viele Argumente für Format mv -f .deps/hb-backend.Tpo .deps/hb-backend.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT renderer_button.o -MD -MP -MF .deps/renderer_button.Tpo -c -o renderer_button.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/renderer_button.c mv -f .deps/renderer_button.Tpo .deps/renderer_button.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT ghbcellrenderertext.o -MD -MP -MF .deps/ghbcellrenderertext.Tpo -c -o ghbcellrenderertext.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/ghbcellrenderertext.c mv -f .deps/ghbcellrenderertext.Tpo .deps/ghbcellrenderertext.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT ghbcompositor.o -MD -MP -MF .deps/ghbcompositor.Tpo -c -o ghbcompositor.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/ghbcompositor.c mv -f .deps/ghbcompositor.Tpo .deps/ghbcompositor.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT ghb-dvd.o -MD -MP -MF .deps/ghb-dvd.Tpo -c -o ghb-dvd.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/ghb-dvd.c mv -f .deps/ghb-dvd.Tpo .deps/ghb-dvd.Po gcc -DHAVE_CONFIG_H -I. -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src"\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gudev-1.0 -I/usr/include/webkit-1.0 -I/usr/include/libsoup-2.4 -Wall -g -g0 -O3 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -MT marshalers.o -MD -MP -MF .deps/marshalers.Tpo -c -o marshalers.o /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/marshalers.c mv -f .deps/marshalers.Tpo .deps/marshalers.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -march=i486 -mtune=i686 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -Wl,--export-dynamic -Wl,--exclude-libs,ALL -Wl,-S -g0 -O3 -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//contrib/lib -o ghb callbacks.o queuehandler.o audiohandler.o subtitlehandler.o x264handler.o main.o settings.o resources.o presets.o preview.o icons.o icon_tools.o values.o appcast.o plist.o hb-backend.o renderer_button.o ghbcellrenderertext.o ghbcompositor.o ghb-dvd.o marshalers.o -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -lavcore -ldca -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheora -lfaad -lz -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype -pthread -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstbase-0.10 -lgstpbutils-0.10 -lgstreamer-0.10 -lxml2 -lnotify -ldbus-glib-1 -ldbus-1 -lpthread -lgudev-1.0 -lwebkit-1.0 -lgtk-x11-2.0 -lsoup-2.4 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng14 -lpango-1.0 -lfreetype -lfontconfig -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 libtool: link: g++ -O2 -march=i486 -mtune=i686 -I/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -D_ENABLE_GST -Wl,--export-dynamic -Wl,--exclude-libs -Wl,ALL -Wl,-S -g0 -O3 -o ghb callbacks.o queuehandler.o audiohandler.o subtitlehandler.o x264handler.o main.o settings.o resources.o presets.o preview.o icons.o icon_tools.o values.o appcast.o plist.o hb-backend.o renderer_button.o ghbcellrenderertext.o ghbcompositor.o ghb-dvd.o marshalers.o -pthread -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//libhb -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build//contrib/lib -lhb /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/liba52.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmkv.a -lavformat -lavcodec -lavutil -lavcore /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdca.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdnav.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libdvdread.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaac.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmp3lame.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libmpeg2.a -L/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbisenc.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libvorbis.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libsamplerate.a -lx264 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libmp4v2.a -lswscale /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libtheora.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libogg.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libfaad.a -lbz2 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libbluray.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib//lib/libass.a /usr/lib/libgstinterfaces-0.10.so /usr/lib/libnotify.so /usr/lib/libdbus-glib-1.so /usr/lib/libdbus-1.so /usr/lib/libgudev-1.0.so /usr/lib/libudev.so /usr/lib/libwebkit-1.0.so -L/usr/lib /usr/lib/libenchant.so /usr/lib/libgailutil.so /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXext.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so /usr/lib/libgstapp-0.10.so /usr/lib/libgstpbutils-0.10.so /usr/lib/libgstvideo-0.10.so /usr/lib/libgstbase-0.10.so /usr/lib/libgstreamer-0.10.so /usr/lib/libjpeg.so /usr/lib/libxslt.so /usr/lib/libsqlite3.so -licui18n -licuuc -licudata /usr/lib/libXt.so /usr/lib/libSM.so /usr/lib/libuuid.so /usr/lib/libICE.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libsoup-2.4.so /usr/lib/libxml2.so /usr/lib/libgnutls.so /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libstdc++.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libcairo.so /usr/lib/libpixman-1.so /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so /usr/lib/libpng14.so /usr/lib/libpango-1.0.so /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfontconfig.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libfreetype.a /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/contrib/lib/libxml2.a -lm /usr/lib/libgio-2.0.so -lresolv -lz /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so -lpthread -lrt /usr/lib/libglib-2.0.so -pthread make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/src' Making all in po make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/po' make[3]: Für das Ziel »all« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/po' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' /usr/bin/mkdir -p /home/slkbuilds/arch/xap/HandBrake/pkg//usr/bin/ /usr/bin/cp ./HandBrakeCLI /home/slkbuilds/arch/xap/HandBrake/pkg//usr/bin/HandBrakeCLI make -C ./gtk/ prefix=/usr install make[1]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' Making install in src make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/src' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/src' test -z "/usr/bin" || /usr/bin/mkdir -p "/home/slkbuilds/arch/xap/HandBrake/pkg//usr/bin" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c ghb '/home/slkbuilds/arch/xap/HandBrake/pkg//usr/bin' libtool: install: /usr/bin/ginstall -c ghb /home/slkbuilds/arch/xap/HandBrake/pkg//usr/bin/ghb for icon in hb-icon.128.png ; do \ SIZE=`echo $icon | cut -d. -f2`; \ FILE=`echo $icon | cut -d. -f1,3`; \ if [ "$SIZE" = "svg" ]; then \ SIZE="scalable"; \ FILE="$FILE.svg"; \ else \ SIZE="${SIZE}x${SIZE}"; \ fi; \ mkdir -p /home/slkbuilds/arch/xap/HandBrake/pkg///usr/share/icons/hicolor/$SIZE/apps/; \ /usr/bin/ginstall -c -m 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/$icon /home/slkbuilds/arch/xap/HandBrake/pkg///usr/share/icons/hicolor/$SIZE/apps/$FILE; \ done *** Icon cache not updated. After install, run this: *** gtk-update-icon-cache -f -t /home/slkbuilds/arch/xap/HandBrake/pkg///usr/share/icons/hicolor mkdir -p /home/slkbuilds/arch/xap/HandBrake/pkg///usr/share/applications/; \ /usr/bin/ginstall -c -m 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/src/ghb.desktop /home/slkbuilds/arch/xap/HandBrake/pkg///usr/share/applications/ghb.desktop make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/src' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/src' Making install in po make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/po' linguas=""; \ for lang in $linguas; do \ dir=/home/slkbuilds/arch/xap/HandBrake/pkg//usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/gtk/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/ginstall -c -m 644 $lang.gmo $dir/ghb.mo; \ echo "installing $lang.gmo as $dir/ghb.mo"; \ else \ /usr/bin/ginstall -c -m 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/po/$lang.gmo $dir/ghb.mo; \ echo "installing /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/po/$lang.gmo as" \ "$dir/ghb.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/ginstall -c -m 644 $lang.gmo.m $dir/ghb.mo.m; \ echo "installing $lang.gmo.m as $dir/ghb.mo.m"; \ else \ if test -r /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/po/$lang.gmo.m ; then \ /usr/bin/ginstall -c -m 644 /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/po/$lang.gmo.m \ $dir/ghb.mo.m; \ echo "installing /home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/../gtk/po/$lang.gmo.m as" \ "$dir/ghb.mo.m"; \ else \ true; \ fi; \ fi; \ done make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk/po' make[2]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[3]: Entering directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[3]: Für das Ziel »install-exec-am« ist nichts zu tun. make[3]: Für das Ziel »install-data-am« ist nichts zu tun. make[3]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[2]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' make[1]: Leaving directory `/home/slkbuilds/arch/xap/HandBrake/src/HandBrake-0.9.5/build/gtk' /home/slkbuilds/arch/xap/HandBrake/pkg: insgesamt 8 drwxr-xr-x 2 root root 4096 Mär 13 17:31 install drwxr-xr-x 6 root root 4096 Mär 13 17:31 usr /home/slkbuilds/arch/xap/HandBrake/pkg/install: insgesamt 4 -rw-r--r-- 1 root root 289 Mär 13 17:31 slack-desc /home/slkbuilds/arch/xap/HandBrake/pkg/usr: insgesamt 16 drwxr-xr-x 2 root root 4096 Mär 13 17:31 bin drwxr-xr-x 3 root root 4096 Mär 13 17:31 doc drwxr-xr-x 4 root root 4096 Mär 13 17:31 share drwxr-xr-x 3 root root 4096 Mär 13 17:06 src /home/slkbuilds/arch/xap/HandBrake/pkg/usr/bin: insgesamt 24944 -rwxr-xr-x 1 root root 13117992 Mär 13 17:31 HandBrakeCLI -rwxr-xr-x 1 root root 12420424 Mär 13 17:31 ghb /home/slkbuilds/arch/xap/HandBrake/pkg/usr/doc: insgesamt 4 drwxr-xr-x 2 root root 4096 Mär 13 17:31 HandBrake-0.9.5 /home/slkbuilds/arch/xap/HandBrake/pkg/usr/doc/HandBrake-0.9.5: insgesamt 68 -rw-r--r-- 1 root root 3016 Mär 13 17:31 AUTHORS -rw-r--r-- 1 root root 17992 Mär 13 17:31 COPYING -rw-r--r-- 1 root root 2738 Mär 13 17:31 CREDITS -rw-r--r-- 1 root root 31205 Mär 13 17:31 NEWS -rw-r--r-- 1 root root 1304 Mär 13 17:31 THANKS -rw-r--r-- 1 root root 954 Mär 13 17:31 TRANSLATIONS /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share: insgesamt 8 drwxr-xr-x 2 root root 4096 Mär 13 17:31 applications drwxr-xr-x 3 root root 4096 Mär 13 17:31 icons /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/applications: insgesamt 4 -rw-r--r-- 1 root root 650 Mär 13 17:31 ghb.desktop /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/icons: insgesamt 4 drwxr-xr-x 4 root root 4096 Mär 13 17:31 hicolor /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/icons/hicolor: insgesamt 8 drwxr-xr-x 3 root root 4096 Mär 13 17:31 128x128 drwxr-xr-x 3 root root 4096 Mär 13 17:31 48x48 /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/icons/hicolor/128x128: insgesamt 4 drwxr-xr-x 2 root root 4096 Mär 13 17:31 apps /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/icons/hicolor/128x128/apps: insgesamt 32 -rw-r--r-- 1 root root 30062 Mär 13 17:31 hb-icon.png /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/icons/hicolor/48x48: insgesamt 4 drwxr-xr-x 2 root root 4096 Mär 13 17:31 apps /home/slkbuilds/arch/xap/HandBrake/pkg/usr/share/icons/hicolor/48x48/apps: insgesamt 8 -rw-r--r-- 1 root root 6263 Mär 13 17:31 hb-icon.png /home/slkbuilds/arch/xap/HandBrake/pkg/usr/src: insgesamt 4 drwxr-xr-x 2 root root 4096 Mär 13 17:31 HandBrake-0.9.5 /home/slkbuilds/arch/xap/HandBrake/pkg/usr/src/HandBrake-0.9.5: insgesamt 12 -rw-r--r-- 1 root root 360 Mär 13 17:06 A99-dvdnav-aclocal-install.patch -rw-r--r-- 1 root root 366 Mär 13 17:06 A99-dvdread-aclocal-install.patch -rw-r--r-- 1 root root 1509 Mär 13 17:31 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/slkbuilds/arch/xap/HandBrake/HandBrake-0.9.5-i486-1tm.txz ./ usr/ usr/bin/ usr/bin/HandBrakeCLI usr/bin/ghb usr/doc/ usr/doc/HandBrake-0.9.5/ usr/doc/HandBrake-0.9.5/NEWS usr/doc/HandBrake-0.9.5/TRANSLATIONS usr/doc/HandBrake-0.9.5/CREDITS usr/doc/HandBrake-0.9.5/THANKS usr/doc/HandBrake-0.9.5/AUTHORS usr/doc/HandBrake-0.9.5/COPYING usr/src/ usr/src/HandBrake-0.9.5/ usr/src/HandBrake-0.9.5/SLKBUILD usr/src/HandBrake-0.9.5/A99-dvdread-aclocal-install.patch usr/src/HandBrake-0.9.5/A99-dvdnav-aclocal-install.patch usr/share/ usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/128x128/ usr/share/icons/hicolor/128x128/apps/ usr/share/icons/hicolor/128x128/apps/hb-icon.png usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/hb-icon.png usr/share/applications/ usr/share/applications/ghb.desktop install/ install/slack-desc Slackware package /home/slkbuilds/arch/xap/HandBrake/HandBrake-0.9.5-i486-1tm.txz created. Package has been built. Cleaning pkg and src directories