The build took 00h 01m 20s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
36,350 |
ansic |
18,004 |
asm |
3,308 |
sh |
2,085 |
cpp |
442 |
pascal |
274 |
makefile |
218 |
python |
200 |
perl |
60,881 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME/toolchain_root/lib --> /sysroot/lib/toolchain_root/SOURCES --> /sysroot/SOURCES/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/COPYING --> /sysroot/COPYING/toolchain_root/COPYING3 --> /sysroot/COPYING3/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: xvidcore 1.3.4-1 (Tue Apr 4 21:52:52 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> Installing missing dependencies...resolving dependencies...looking for conflicting packages...Packages (1) nasm-2.11.08-2Total Installed Size: 2.01 MiB:: Proceed with installation? [Y/n] checking keyring...checking package integrity...loading package files...checking for file conflicts...checking available disk space...:: Processing package changes...installing nasm...:: Running post-transaction hooks...(1/2) Updating manpage index...(2/2) Updating the info directory file...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking build system type... x86_64-unknown-linux-gnuchecking host system type... arm-unknown-linux-androideabichecking target system type... arm-unknown-linux-androideabichecking whether to use default CFLAGS... yeschecking for arm-linux-androideabi-gcc... arm-linux-androideabi-gccchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... yeschecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether arm-linux-androideabi-gcc accepts -g... yeschecking for arm-linux-androideabi-gcc option to accept ISO C89... none neededchecking for a BSD-compatible install... /usr/bin/install -cchecking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlibchecking for arm-linux-androideabi-ar... arm-linux-androideabi-archecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking whether ln -s works... yeschecking for whether to use assembly code... yeschecking for architecture type... armchecking how to run the C preprocessor... arm-linux-androideabi-gcc -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking size of int *... 4checking whether byte ordering is bigendian... nochecking for build extensions... .so .a .ochecking for platform specific LDFLAGS/CFLAGS... okchecking stdio.h usability... yeschecking stdio.h presence... yeschecking for stdio.h... yeschecking signal.h usability... yeschecking signal.h presence... yeschecking for signal.h... yeschecking for stdlib.h... (cached) yeschecking for string.h... (cached) yeschecking assert.h usability... yeschecking assert.h presence... yeschecking for assert.h... yeschecking math.h usability... yeschecking math.h presence... yeschecking for math.h... yeschecking pthread.h usability... yeschecking pthread.h presence... yeschecking for pthread.h... yeschecking for pthread_create in -lpthread... nochecking for pthread_create in -lc... yesconfigure: creating ./config.statusconfig.status: creating platform.inc------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Using CFLAGSObject files used for this buildTarget Libraries---------------------------------------------------------------Install Paths---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------CFLAGS=-Wall -O2 -fstrength-reduce -finline-functions -ffast-math -fomit-frame-pointerShared library: libxvidcore.so.4.3Include Directory: /usr/includedecoder.o encoder.o xvid.o bitstream/bitstream.o bitstream/cbp.o bitstream/mbcoding.o dct/fdct.o dct/idct.o dct/simple_idct.o image/colorspace.o image/image.o image/interpolate8x8.o image/font.o image/postprocessing.o image/qpel.o image/reduced.o motion/estimation_bvop.o motion/estimation_common.o motion/estimation_gmc.o motion/estimation_pvop.o motion/estimation_rd_based.o motion/estimation_rd_based_bvop.o motion/gmc.o motion/motion_comp.o motion/vop_type_decision.o motion/sad.o prediction/mbprediction.o plugins/plugin_single.o plugins/plugin_2pass1.o plugins/plugin_2pass2.o plugins/plugin_lumimasking.o plugins/plugin_dump.o plugins/plugin_psnr.o plugins/plugin_ssim.o plugins/plugin_psnrhvsm.o quant/quant_h263.o quant/quant_matrix.o quant/quant_mpeg.o utils/emms.o utils/mbtransquant.o utils/mem_align.o utils/mem_transfer.o utils/timer.oStatic library: libxvidcore.aLibrary Directory: /usr/lib D: =build C: ./decoder.c C: ./encoder.c C: ./xvid.c C: bitstream/bitstream.c../../src/xvid.c: In function 'xvid_gbl_convert':../../src/xvid.c:752:6: warning: variable 'width2' set but not used [-Wunused-but-set-variable] int width2; ^../../src/decoder.c: In function 'decoder_mb_decode':../../src/decoder.c:374:18: warning: typedef 'add_residual_function_t' locally defined but not used [-Wunused-local-typedefs] typedef void (*add_residual_function_t)( ^../../src/bitstream/bitstream.c: In function 'BitstreamReadHeaders':../../src/bitstream/bitstream.c:614:11: warning: variable 'sprite_top_coord' set but not used [-Wunused-but-set-variable] int sprite_top_coord; ^../../src/bitstream/bitstream.c:613:11: warning: variable 'sprite_left_coord' set but not used [-Wunused-but-set-variable] int sprite_left_coord; ^../../src/bitstream/bitstream.c:612:11: warning: variable 'sprite_height' set but not used [-Wunused-but-set-variable] int sprite_height; ^../../src/bitstream/bitstream.c:611:11: warning: variable 'sprite_width' set but not used [-Wunused-but-set-variable] int sprite_width; ^../../src/bitstream/bitstream.c:607:10: warning: variable 'low_latency_sprite_enable' set but not used [-Wunused-but-set-variable] int low_latency_sprite_enable; ^ C: bitstream/cbp.c C: bitstream/mbcoding.c C: dct/fdct.c C: dct/idct.c C: dct/simple_idct.c C: image/colorspace.c C: image/image.c C: image/interpolate8x8.c C: image/font.c C: image/postprocessing.c C: image/qpel.c C: image/reduced.c C: motion/estimation_bvop.c C: motion/estimation_common.c C: motion/estimation_gmc.c C: motion/estimation_pvop.c C: motion/estimation_rd_based.c C: motion/estimation_rd_based_bvop.c C: motion/gmc.c C: motion/motion_comp.c C: motion/vop_type_decision.c C: motion/sad.c C: prediction/mbprediction.c C: plugins/plugin_single.c C: plugins/plugin_2pass1.c C: plugins/plugin_2pass2.c C: plugins/plugin_lumimasking.c C: plugins/plugin_dump.c C: plugins/plugin_psnr.c C: plugins/plugin_ssim.c C: plugins/plugin_psnrhvsm.c C: quant/quant_h263.c C: quant/quant_matrix.c C: quant/quant_mpeg.c C: utils/emms.c C: utils/mbtransquant.c C: utils/mem_align.c C: utils/mem_transfer.c C: utils/timer.c L: libxvidcore.a L: libxvidcore.so.4.3--------------------------------------------------------------- Xvid has been successfully built. * Binaries are currently located in the '=build' directory * To install them on your system, you can run '# make install' as root.---------------------------------------------------------------==> Entering fakeroot environment...==> Starting package()... D: /usr/include I: /usr/include/xvid.h D: /usr/lib I: /usr/lib/libxvidcore.a I: /usr/lib/libxvidcore.so.4.3==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "xvidcore"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: xvidcore 1.3.4-1 (Tue Apr 4 21:53:08 UTC 2017)CMD: pacman --query --file xvidcore-1.3.4-1-x86_64.pkg.tar.xz
Creating hybrid package for 'xvidcore'
Trying to find vanilla package 'xvidcore'...
CMD: pacman --query --file /mirror/xvidcore-1.3.4-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO/.MTREE/usr/include/xvid.h/usr/lib/libxvidcore.so.4/usr/lib/libxvidcore.so/usr/lib/libxvidcore.so.4.3/sysroot/sysroot/usr/lib/libxvidcore.a/sysroot/sysroot/usr/lib/libxvidcore.so.4.3/sysroot/sysroot/usr/lib/libxvidcore.so.4/sysroot/sysroot/usr/lib/libxvidcore.so/sysroot/sysroot/usr/include/xvid.hGenerating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf xvidcore.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/xvidcore.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xvidcore.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/xvidcore.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'Printing config logfiles
CMD: config logfiles '/tmp/xvidcore/src/xvidcore/build/generic/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by Xvid configure 1.3.4, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 395868e9291auname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017/usr/bin/uname -p = unknown/bin/uname -X = unknown/bin/arch = unknown/usr/bin/arch -k = unknown/usr/convex/getsysinfo = unknown/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /sysroot/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/binPATH: /usr/lib/jvm/default/binPATH: /usr/bin/site_perlPATH: /usr/bin/vendor_perlPATH: /usr/bin/core_perl## ----------- #### Core tests. #### ----------- ##configure:2391: checking build system typeconfigure:2405: result: x86_64-unknown-linux-gnuconfigure:2425: checking host system typeconfigure:2438: result: arm-unknown-linux-androideabiconfigure:2458: checking target system typeconfigure:2471: result: arm-unknown-linux-androideabiconfigure:2499: checking whether to use default CFLAGSconfigure:2503: result: yesconfigure:2519: checking for arm-linux-androideabi-gccconfigure:2546: result: arm-linux-androideabi-gccconfigure:2815: checking for C compiler versionconfigure:2824: arm-linux-androideabi-gcc --version >&5arm-linux-androideabi-gcc (GCC) 4.8Copyright (C) 2013 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:2835: $? = 0configure:2824: arm-linux-androideabi-gcc -v >&5Using built-in specs.COLLECT_GCC=arm-linux-androideabi-gccCOLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapperTarget: arm-linux-androideabiConfigured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=defaultThread model: posixgcc version 4.8 (GCC)configure:2835: $? = 0configure:2824: arm-linux-androideabi-gcc -V >&5arm-linux-androideabi-gcc: error: unrecognized command line option '-V'arm-linux-androideabi-gcc: fatal error: no input filescompilation terminated.configure:2835: $? = 1configure:2824: arm-linux-androideabi-gcc -qversion >&5arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'arm-linux-androideabi-gcc: fatal error: no input filescompilation terminated.configure:2835: $? = 1configure:2855: checking whether the C compiler worksconfigure:2877: arm-linux-androideabi-gcc conftest.c >&5configure:2881: $? = 0configure:2929: result: yesconfigure:2932: checking for C compiler default output file nameconfigure:2934: result: a.outconfigure:2940: checking for suffix of executablesconfigure:2947: arm-linux-androideabi-gcc -o conftest conftest.c >&5configure:2951: $? = 0configure:2973: result:configure:2995: checking whether we are cross compilingconfigure:3033: result: yesconfigure:3038: checking for suffix of object filesconfigure:3060: arm-linux-androideabi-gcc -c conftest.c >&5configure:3064: $? = 0configure:3085: result: oconfigure:3089: checking whether we are using the GNU C compilerconfigure:3108: arm-linux-androideabi-gcc -c conftest.c >&5configure:3108: $? = 0configure:3117: result: yesconfigure:3126: checking whether arm-linux-androideabi-gcc accepts -gconfigure:3146: arm-linux-androideabi-gcc -c -g conftest.c >&5configure:3146: $? = 0configure:3187: result: yesconfigure:3204: checking for arm-linux-androideabi-gcc option to accept ISO C89configure:3267: arm-linux-androideabi-gcc -c conftest.c >&5configure:3267: $? = 0configure:3280: result: none neededconfigure:3316: checking for a BSD-compatible installconfigure:3384: result: /usr/bin/install -cconfigure:3400: checking for arm-linux-androideabi-ranlibconfigure:3416: found /sysroot/bin/arm-linux-androideabi-ranlibconfigure:3427: result: arm-linux-androideabi-ranlibconfigure:3492: checking for arm-linux-androideabi-arconfigure:3508: found /sysroot/bin/arm-linux-androideabi-arconfigure:3519: result: arm-linux-androideabi-arconfigure:3583: checking for grep that handles long lines and -econfigure:3641: result: /usr/bin/grepconfigure:3646: checking for egrepconfigure:3708: result: /usr/bin/grep -Econfigure:3715: checking whether ln -s worksconfigure:3719: result: yesconfigure:3731: checking for whether to use assembly codeconfigure:3734: result: yesconfigure:3736: checking for architecture typeconfigure:3760: result: armconfigure:3779: checking how to run the C preprocessorconfigure:3810: arm-linux-androideabi-gcc -E conftest.cconfigure:3810: $? = 0configure:3824: arm-linux-androideabi-gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3824: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3849: result: arm-linux-androideabi-gcc -Econfigure:3869: arm-linux-androideabi-gcc -E conftest.cconfigure:3869: $? = 0configure:3883: arm-linux-androideabi-gcc -E conftest.cconftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory#include ^compilation terminated.configure:3883: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3912: checking for ANSI C header filesconfigure:3932: arm-linux-androideabi-gcc -c conftest.c >&5configure:3932: $? = 0configure:4016: result: yesconfigure:4029: checking for sys/types.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for sys/stat.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for stdlib.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for string.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for memory.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for strings.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for inttypes.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for stdint.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4029: checking for unistd.hconfigure:4029: arm-linux-androideabi-gcc -c conftest.c >&5configure:4029: $? = 0configure:4029: result: yesconfigure:4045: checking size of int *configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5configure:4050: $? = 0configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:55:12: error: size of array 'test_array' is negativestatic int test_array [1 - 2 * !(((long int) (sizeof (int *))) <= 0)];^configure:4050: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | #ifdef HAVE_SYS_TYPES_H| # include | #endif| #ifdef HAVE_SYS_STAT_H| # include | #endif| #ifdef STDC_HEADERS| # include | # include | #else| # ifdef HAVE_STDLIB_H| # include | # endif| #endif| #ifdef HAVE_STRING_H| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H| # include | # endif| # include | #endif| #ifdef HAVE_STRINGS_H| # include | #endif| #ifdef HAVE_INTTYPES_H| # include | #endif| #ifdef HAVE_STDINT_H| # include | #endif| #ifdef HAVE_UNISTD_H| # include | #endif| int| main ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (int *))) <= 0)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:55:12: error: size of array 'test_array' is negativestatic int test_array [1 - 2 * !(((long int) (sizeof (int *))) <= 1)];^configure:4050: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | #ifdef HAVE_SYS_TYPES_H| # include | #endif| #ifdef HAVE_SYS_STAT_H| # include | #endif| #ifdef STDC_HEADERS| # include | # include | #else| # ifdef HAVE_STDLIB_H| # include | # endif| #endif| #ifdef HAVE_STRING_H| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H| # include | # endif| # include | #endif| #ifdef HAVE_STRINGS_H| # include | #endif| #ifdef HAVE_INTTYPES_H| # include | #endif| #ifdef HAVE_STDINT_H| # include | #endif| #ifdef HAVE_UNISTD_H| # include | #endif| int| main ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (int *))) <= 1)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:55:12: error: size of array 'test_array' is negativestatic int test_array [1 - 2 * !(((long int) (sizeof (int *))) <= 3)];^configure:4050: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| /* end confdefs.h. */| #include | #ifdef HAVE_SYS_TYPES_H| # include | #endif| #ifdef HAVE_SYS_STAT_H| # include | #endif| #ifdef STDC_HEADERS| # include | # include | #else| # ifdef HAVE_STDLIB_H| # include | # endif| #endif| #ifdef HAVE_STRING_H| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H| # include | # endif| # include | #endif| #ifdef HAVE_STRINGS_H| # include | #endif| #ifdef HAVE_INTTYPES_H| # include | #endif| #ifdef HAVE_STDINT_H| # include | #endif| #ifdef HAVE_UNISTD_H| # include | #endif| int| main ()| {| static int test_array [1 - 2 * !(((long int) (sizeof (int *))) <= 3)];| test_array [0] = 0;| return test_array [0];|| ;| return 0;| }configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5configure:4050: $? = 0configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5configure:4050: $? = 0configure:4050: arm-linux-androideabi-gcc -c conftest.c >&5configure:4050: $? = 0configure:4064: result: 4configure:4088: checking whether byte ordering is bigendianconfigure:4103: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c:21:9: error: unknown type name 'not'not a universal capable compiler^conftest.c:21:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'not a universal capable compiler^conftest.c:21:15: error: unknown type name 'universal'configure:4103: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_INT_P 4| /* end confdefs.h. */| #ifndef __APPLE_CC__| not a universal capable compiler| #endif| typedef int dummy;|configure:4148: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:27:8: error: unknown type name 'bogus'bogus endian macros^conftest.c:27:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'bogus endian macros^configure:4148: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_INT_P 4| /* end confdefs.h. */| #include | #include || int| main ()| {| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)| bogus endian macros| #endif|| ;| return 0;| }configure:4192: arm-linux-androideabi-gcc -c conftest.c >&5conftest.c: In function 'main':conftest.c:26:8: error: unknown type name 'bogus'bogus endian macros^conftest.c:26:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'bogus endian macros^configure:4192: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_INT_P 4| /* end confdefs.h. */| #include || int| main ()| {| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)| bogus endian macros| #endif|| ;| return 0;| }configure:4248: arm-linux-androideabi-gcc -c conftest.c >&5configure:4248: $? = 0configure:4294: result: noconfigure:4313: checking for build extensionsconfigure:4320: result: .so .a .oconfigure:4356: checking for platform specific LDFLAGS/CFLAGSconfigure:4366: result: okconfigure:4773: checking stdio.h usabilityconfigure:4773: arm-linux-androideabi-gcc -c conftest.c >&5configure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking stdio.h presenceconfigure:4773: arm-linux-androideabi-gcc -E conftest.cconfigure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking for stdio.hconfigure:4773: result: yesconfigure:4773: checking signal.h usabilityconfigure:4773: arm-linux-androideabi-gcc -c conftest.c >&5configure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking signal.h presenceconfigure:4773: arm-linux-androideabi-gcc -E conftest.cconfigure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking for signal.hconfigure:4773: result: yesconfigure:4773: checking for stdlib.hconfigure:4773: result: yesconfigure:4773: checking for string.hconfigure:4773: result: yesconfigure:4773: checking assert.h usabilityconfigure:4773: arm-linux-androideabi-gcc -c conftest.c >&5configure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking assert.h presenceconfigure:4773: arm-linux-androideabi-gcc -E conftest.cconfigure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking for assert.hconfigure:4773: result: yesconfigure:4773: checking math.h usabilityconfigure:4773: arm-linux-androideabi-gcc -c conftest.c >&5configure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking math.h presenceconfigure:4773: arm-linux-androideabi-gcc -E conftest.cconfigure:4773: $? = 0configure:4773: result: yesconfigure:4773: checking for math.hconfigure:4773: result: yesconfigure:4886: checking pthread.h usabilityconfigure:4886: arm-linux-androideabi-gcc -c conftest.c >&5configure:4886: $? = 0configure:4886: result: yesconfigure:4886: checking pthread.h presenceconfigure:4886: arm-linux-androideabi-gcc -E conftest.cconfigure:4886: $? = 0configure:4886: result: yesconfigure:4886: checking for pthread.hconfigure:4886: result: yesconfigure:4888: checking for pthread_create in -lpthreadconfigure:4913: arm-linux-androideabi-gcc -o conftest conftest.c -lpthread >&5/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthreadcollect2: error: ld returned 1 exit statusconfigure:4913: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "Xvid"| #define PACKAGE_TARNAME "xvid"| #define PACKAGE_VERSION "1.3.4"| #define PACKAGE_STRING "Xvid 1.3.4"| #define PACKAGE_BUGREPORT "xvid-devel@xvid.org"| #define PACKAGE_URL ""| #define STDC_HEADERS 1| #define HAVE_SYS_TYPES_H 1| #define HAVE_SYS_STAT_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_MEMORY_H 1| #define HAVE_STRINGS_H 1| #define HAVE_INTTYPES_H 1| #define HAVE_STDINT_H 1| #define HAVE_UNISTD_H 1| #define SIZEOF_INT_P 4| #define HAVE_STDIO_H 1| #define HAVE_SIGNAL_H 1| #define HAVE_STDLIB_H 1| #define HAVE_STRING_H 1| #define HAVE_ASSERT_H 1| #define HAVE_MATH_H 1| /* end confdefs.h. */|| /* Override any GCC internal prototype to avoid an error.| Use char because int might match the return type of a GCC| builtin and then its argument prototype would still apply. */| #ifdef __cplusplus| extern "C"| #endif| char pthread_create ();| int| main ()| {| return pthread_create ();| ;| return 0;| }configure:4922: result: noconfigure:4928: checking for pthread_create in -lcconfigure:4953: arm-linux-androideabi-gcc -o conftest conftest.c -lc >&5configure:4953: $? = 0configure:4962: result: yesconfigure:5211: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by Xvid config.status 1.3.4, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 395868e9291aconfig.status:770: creating platform.inc## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_bigendian=noac_cv_c_compiler_gnu=yesac_cv_env_CC_set=setac_cv_env_CC_value=arm-linux-androideabi-gccac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=setac_cv_env_build_alias_value=x86_64-unknown-linuxac_cv_env_host_alias_set=setac_cv_env_host_alias_value=arm-linux-androideabiac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_header_assert_h=yesac_cv_header_inttypes_h=yesac_cv_header_math_h=yesac_cv_header_memory_h=yesac_cv_header_pthread_h=yesac_cv_header_signal_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdio_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=arm-unknown-linux-androideabiac_cv_lib_c_pthread_create=yesac_cv_lib_pthread_pthread_create=noac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AR=arm-linux-androideabi-arac_cv_prog_CC=arm-linux-androideabi-gccac_cv_prog_CPP='arm-linux-androideabi-gcc -E'ac_cv_prog_RANLIB=arm-linux-androideabi-ranlibac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_sizeof_int_p=4ac_cv_target=arm-unknown-linux-androideabi## ----------------- #### Output variables. #### ----------------- ##AFLAGS=''ALTIVEC_CFLAGS=''API_MAJOR='4'API_MINOR='3'AR='arm-linux-androideabi-ar'ARCHITECTURE='GENERIC'AS=''ASSEMBLY_EXTENSION=''ASSEMBLY_SOURCES=''BUS='32BIT'CC='arm-linux-androideabi-gcc'CFLAGS='-Wall -O2 -fstrength-reduce -finline-functions -ffast-math -fomit-frame-pointer'CPP='arm-linux-androideabi-gcc -E'CPPFLAGS=''DCT_IA64_SOURCES=''DEFS='-DPACKAGE_NAME=\"Xvid\" -DPACKAGE_TARNAME=\"xvid\" -DPACKAGE_VERSION=\"1.3.4\" -DPACKAGE_STRING=\"Xvid\ 1.3.4\" -DPACKAGE_BUGREPORT=\"xvid-devel@xvid.org\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_INT_P=4 -DHAVE_STDIO_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_ASSERT_H=1 -DHAVE_MATH_H=1'ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/bin/grep -E'ENDIANNESS='LITTLE_ENDIAN'EXEEXT=''FEATURES=''GENERIC_SOURCES='SRC_GENERIC'GREP='/usr/bin/grep'INSTALL_DATA='${INSTALL} -m 644'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LIBOBJS=''LIBS=''LN_S='ln -s'LTLIBOBJS=''NASM_FORMAT=''OBJECT_EXTENSION='o'OBJEXT='o'PACKAGE_BUGREPORT='xvid-devel@xvid.org'PACKAGE_NAME='Xvid'PACKAGE_STRING='Xvid 1.3.4'PACKAGE_TARNAME='xvid'PACKAGE_URL=''PACKAGE_VERSION='1.3.4'PATH_SEPARATOR=':'PPC_ALTIVEC_SOURCES=''PRE_SHARED_LIB='libxvidcore.$(SHARED_EXTENSION).$(API_MAJOR).$(API_MINOR)'RANLIB='arm-linux-androideabi-ranlib'SHARED_EXTENSION='so'SHARED_LIB='libxvidcore.$(SHARED_EXTENSION).$(API_MAJOR).$(API_MINOR)'SHELL='/bin/sh'SO_API_MAJOR_LINK='libxvidcore.$(SHARED_EXTENSION).$(API_MAJOR)'SO_LINK='libxvidcore.$(SHARED_EXTENSION)'SPECIFIC_CFLAGS='-fPIC -DHAVE_PTHREAD'SPECIFIC_LDFLAGS='-Wl,-soname,libxvidcore.$(SHARED_EXTENSION).$(API_MAJOR) -shared -Wl,--version-script=libxvidcore.ld -lc -lm 'STATIC_EXTENSION='a'STATIC_LIB='libxvidcore.$(STATIC_EXTENSION)'ac_ct_CC=''ac_nasm=''ac_yasm=''bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias='x86_64-unknown-linux'build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host='arm-unknown-linux-androideabi'host_alias='arm-linux-androideabi'host_cpu='arm'host_os='linux-androideabi'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target='arm-unknown-linux-androideabi'target_alias=''target_cpu='arm'target_os='linux-androideabi'target_vendor='unknown'## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME "Xvid"#define PACKAGE_TARNAME "xvid"#define PACKAGE_VERSION "1.3.4"#define PACKAGE_STRING "Xvid 1.3.4"#define PACKAGE_BUGREPORT "xvid-devel@xvid.org"#define PACKAGE_URL ""#define STDC_HEADERS 1#define HAVE_SYS_TYPES_H 1#define HAVE_SYS_STAT_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_MEMORY_H 1#define HAVE_STRINGS_H 1#define HAVE_INTTYPES_H 1#define HAVE_STDINT_H 1#define HAVE_UNISTD_H 1#define SIZEOF_INT_P 4#define HAVE_STDIO_H 1#define HAVE_SIGNAL_H 1#define HAVE_STDLIB_H 1#define HAVE_STRING_H 1#define HAVE_ASSERT_H 1#define HAVE_MATH_H 1configure: exit 0