Build of xvidcore with vanilla toolchain

The build took 00h 00m 53s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
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.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: xvidcore 1.3.4-1 (Wed Aug 24 14:04:11 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) nasm-2.11.08-2
#
# Total 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-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking whether to use default CFLAGS... yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking whether ln -s works... yes
# checking for whether to use assembly code... yes
# checking for architecture type... x86_64
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking size of int *... 8
# checking whether byte ordering is bigendian... no
# checking for build extensions... .so .a .o
# checking for platform specific LDFLAGS/CFLAGS... ok
# checking for yasm... no
# checking for nasm... yes
# checking for nasm version... 2
# checking for asm object format... elf64
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking assert.h usability... yes
# checking assert.h presence... yes
# checking for assert.h... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking for pthread_create in -lpthread... yes
# configure: creating ./config.status
# config.status: creating platform.inc
#
#
# ---------------------------------------------------------------
# ---------------------------------------------------------------
# Object files used for this build
# Using CFLAGS
# ---------------------------------------------------------------
# ---------------------------------------------------------------
#
#
# decoder.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.o bitstream/x86_asm/cbp_mmx.o bitstream/x86_asm/cbp_sse2.o dct/x86_asm/fdct_mmx_ffmpeg.o dct/x86_asm/fdct_mmx_skal.o dct/x86_asm/fdct_sse2_skal.o dct/x86_asm/idct_3dne.o dct/x86_asm/idct_mmx.o dct/x86_asm/idct_sse2_dmitry.o image/x86_asm/colorspace_rgb_mmx.o image/x86_asm/colorspace_yuv_mmx.o image/x86_asm/colorspace_yuyv_mmx.o image/x86_asm/interpolate8x8_3dn.o image/x86_asm/interpolate8x8_3dne.o image/x86_asm/interpolate8x8_mmx.o image/x86_asm/interpolate8x8_xmm.o image/x86_asm/postprocessing_mmx.o image/x86_asm/postprocessing_sse2.o image/x86_asm/reduced_mmx.o image/x86_asm/qpel_mmx.o image/x86_asm/gmc_mmx.o image/x86_asm/deintl_sse.o motion/x86_asm/sad_xmm.o motion/x86_asm/sad_sse2.o motion/x86_asm/sad_mmx.o motion/x86_asm/sad_3dne.o motion/x86_asm/sad_3dn.o quant/x86_asm/quantize_h263_mmx.o quant/x86_asm/quantize_h263_3dne.o quant/x86_asm/quantize_mpeg_xmm.o quant/x86_asm/quantize_mpeg_mmx.o utils/x86_asm/mem_transfer_mmx.o utils/x86_asm/mem_transfer_3dne.o utils/x86_asm/interlacing_mmx.o utils/x86_asm/cpuid.o plugins/x86_asm/plugin_ssim-a.o
# CFLAGS=-Wall -O2 -fstrength-reduce -finline-functions -ffast-math -fomit-frame-pointer
#
#
#
#
# ---------------------------------------------------------------
# ---------------------------------------------------------------
# Install Paths
# Target Libraries
# ---------------------------------------------------------------
# ---------------------------------------------------------------
#
#
# Include Directory: /usr/include
# Shared library: libxvidcore.so.4.3
# Library Directory: /usr/lib
# Static library: libxvidcore.a
#
#
# D: =build
# C: ./decoder.c
# C: ./encoder.c
# ../../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)(
# ^~~~~~~~~~~~~~~~~~~~~~~
# C: ./xvid.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;
# ^~~~~~
# C: bitstream/bitstream.c
# C: bitstream/cbp.c
# ../../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;
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# ../../src/bitstream/bitstream.c:863:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (BitstreamGetBit(bs));
# ^~
# ../../src/bitstream/bitstream.c:864:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# DPRINTF(XVID_DEBUG_ERROR, "RRV not supported (anymore)\n");
# ^~~~~~~
# 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
# ../../src/image/image.c: In function 'safe_packed_conv':
# ../../src/image/image.c:420:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
# else
# ^~~~
# ../../src/image/image.c:423:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
# func_opt(x_ptr, x_stride,
# ^~~~~~~~
# 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
# A: bitstream/x86_asm/cbp_mmx.asm
# A: bitstream/x86_asm/cbp_sse2.asm
# A: dct/x86_asm/fdct_mmx_ffmpeg.asm
# A: dct/x86_asm/fdct_mmx_skal.asm
# A: dct/x86_asm/fdct_sse2_skal.asm
# A: dct/x86_asm/idct_3dne.asm
# A: dct/x86_asm/idct_mmx.asm
# A: dct/x86_asm/idct_sse2_dmitry.asm
# A: image/x86_asm/colorspace_rgb_mmx.asm
# A: image/x86_asm/colorspace_yuv_mmx.asm
# A: image/x86_asm/colorspace_yuyv_mmx.asm
# A: image/x86_asm/interpolate8x8_3dn.asm
# A: image/x86_asm/interpolate8x8_3dne.asm
# A: image/x86_asm/interpolate8x8_mmx.asm
# A: image/x86_asm/interpolate8x8_xmm.asm
# A: image/x86_asm/postprocessing_mmx.asm
# A: image/x86_asm/postprocessing_sse2.asm
# A: image/x86_asm/reduced_mmx.asm
# A: image/x86_asm/qpel_mmx.asm
# A: image/x86_asm/gmc_mmx.asm
# A: image/x86_asm/deintl_sse.asm
# A: motion/x86_asm/sad_xmm.asm
# A: motion/x86_asm/sad_sse2.asm
# A: motion/x86_asm/sad_mmx.asm
# A: motion/x86_asm/sad_3dne.asm
# A: motion/x86_asm/sad_3dn.asm
# A: quant/x86_asm/quantize_h263_mmx.asm
# A: quant/x86_asm/quantize_h263_3dne.asm
# A: quant/x86_asm/quantize_mpeg_xmm.asm
# A: quant/x86_asm/quantize_mpeg_mmx.asm
# A: utils/x86_asm/mem_transfer_mmx.asm
# A: utils/x86_asm/mem_transfer_3dne.asm
# A: utils/x86_asm/interlacing_mmx.asm
# A: utils/x86_asm/cpuid.asm
# A: plugins/x86_asm/plugin_ssim-a.asm
# 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 (Wed Aug 24 14:04:27 UTC 2016)

CMD: pacman --query --file xvidcore-1.3.4-1-x86_64.pkg.tar.xz
# xvidcore 1.3.4-1

Creating hybrid package for 'xvidcore'

Trying to find vanilla package 'xvidcore'...

CMD: pacman --query --file /mirror/xvidcore-1.3.4-1.pkg.tar.xz
# xvidcore 1.3.4-1

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/usr/lib/libxvidcore.a
# /sysroot/usr/lib/libxvidcore.so.4.3
# /sysroot/usr/lib/libxvidcore.so.4
# /sysroot/usr/lib/libxvidcore.so
# /sysroot/usr/include/xvid.h

Generating .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
# .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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1396

Attempting to access local repository, attempt 2

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 while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by Xvid configure 1.3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a77b7831d136
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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 = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2391: checking build system type
# configure:2405: result: x86_64-unknown-linux-gnu
# configure:2425: checking host system type
# configure:2438: result: x86_64-unknown-linux-gnu
# configure:2458: checking target system type
# configure:2471: result: x86_64-unknown-linux-gnu
# configure:2499: checking whether to use default CFLAGS
# configure:2503: result: yes
# configure:2519: checking for x86_64-unknown-linux-gcc
# configure:2549: result: no
# configure:2559: checking for gcc
# configure:2575: found /usr/bin/gcc
# configure:2586: result: gcc
# configure:2815: checking for C compiler version
# configure:2824: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2835: $? = 0
# configure:2824: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2835: $? = 0
# configure:2824: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2835: $? = 1
# configure:2824: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2835: $? = 1
# configure:2855: checking whether the C compiler works
# configure:2877: gcc conftest.c >&5
# configure:2881: $? = 0
# configure:2929: result: yes
# configure:2932: checking for C compiler default output file name
# configure:2934: result: a.out
# configure:2940: checking for suffix of executables
# configure:2947: gcc -o conftest conftest.c >&5
# configure:2951: $? = 0
# configure:2973: result:
# configure:2995: checking whether we are cross compiling
# configure:3003: gcc -o conftest conftest.c >&5
# configure:3007: $? = 0
# configure:3014: ./conftest
# configure:3018: $? = 0
# configure:3033: result: no
# configure:3038: checking for suffix of object files
# configure:3060: gcc -c conftest.c >&5
# configure:3064: $? = 0
# configure:3085: result: o
# configure:3089: checking whether we are using the GNU C compiler
# configure:3108: gcc -c conftest.c >&5
# configure:3108: $? = 0
# configure:3117: result: yes
# configure:3126: checking whether gcc accepts -g
# configure:3146: gcc -c -g conftest.c >&5
# configure:3146: $? = 0
# configure:3187: result: yes
# configure:3204: checking for gcc option to accept ISO C89
# configure:3267: gcc -c conftest.c >&5
# configure:3267: $? = 0
# configure:3280: result: none needed
# configure:3316: checking for a BSD-compatible install
# configure:3384: result: /usr/bin/install -c
# configure:3400: checking for x86_64-unknown-linux-ranlib
# configure:3430: result: no
# configure:3440: checking for ranlib
# configure:3456: found /usr/bin/ranlib
# configure:3467: result: ranlib
# configure:3492: checking for x86_64-unknown-linux-ar
# configure:3522: result: no
# configure:3532: checking for ar
# configure:3548: found /usr/bin/ar
# configure:3559: result: ar
# configure:3583: checking for grep that handles long lines and -e
# configure:3641: result: /usr/bin/grep
# configure:3646: checking for egrep
# configure:3708: result: /usr/bin/grep -E
# configure:3715: checking whether ln -s works
# configure:3719: result: yes
# configure:3731: checking for whether to use assembly code
# configure:3734: result: yes
# configure:3736: checking for architecture type
# configure:3745: result: x86_64
# configure:3779: checking how to run the C preprocessor
# configure:3810: gcc -E conftest.c
# configure:3810: $? = 0
# configure:3824: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3824: $? = 1
# configure: 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: gcc -E
# configure:3869: gcc -E conftest.c
# configure:3869: $? = 0
# configure:3883: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3883: $? = 1
# configure: 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 files
# configure:3932: gcc -c conftest.c >&5
# configure:3932: $? = 0
# configure:4005: gcc -o conftest conftest.c >&5
# configure:4005: $? = 0
# configure:4005: ./conftest
# configure:4005: $? = 0
# configure:4016: result: yes
# configure:4029: checking for sys/types.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for sys/stat.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for stdlib.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for string.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for memory.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for strings.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for inttypes.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for stdint.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4029: checking for unistd.h
# configure:4029: gcc -c conftest.c >&5
# configure:4029: $? = 0
# configure:4029: result: yes
# configure:4045: checking size of int *
# configure:4050: gcc -o conftest conftest.c >&5
# configure:4050: $? = 0
# configure:4050: ./conftest
# configure:4050: $? = 0
# configure:4064: result: 8
# configure:4088: checking whether byte ordering is bigendian
# configure:4103: gcc -c conftest.c >&5
# conftest.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: $? = 1
# configure: 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 8
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4148: gcc -c conftest.c >&5
# configure:4148: $? = 0
# configure:4166: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:27:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:4166: $? = 1
# configure: 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 8
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4294: result: no
# configure:4313: checking for build extensions
# configure:4320: result: .so .a .o
# configure:4356: checking for platform specific LDFLAGS/CFLAGS
# configure:4366: result: ok
# configure:4447: checking for yasm
# configure:4492: result: no
# configure:4522: checking for nasm
# configure:4543: found /usr/bin/nasm
# configure:4567: result: yes
# configure:4576: checking for nasm version
# configure:4586: result: 2
# configure:4600: checking for asm object format
# configure:4605: result: elf64
# configure:4773: checking stdio.h usability
# configure:4773: gcc -c conftest.c >&5
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking stdio.h presence
# configure:4773: gcc -E conftest.c
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking for stdio.h
# configure:4773: result: yes
# configure:4773: checking signal.h usability
# configure:4773: gcc -c conftest.c >&5
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking signal.h presence
# configure:4773: gcc -E conftest.c
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking for signal.h
# configure:4773: result: yes
# configure:4773: checking for stdlib.h
# configure:4773: result: yes
# configure:4773: checking for string.h
# configure:4773: result: yes
# configure:4773: checking assert.h usability
# configure:4773: gcc -c conftest.c >&5
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking assert.h presence
# configure:4773: gcc -E conftest.c
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking for assert.h
# configure:4773: result: yes
# configure:4773: checking math.h usability
# configure:4773: gcc -c conftest.c >&5
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking math.h presence
# configure:4773: gcc -E conftest.c
# configure:4773: $? = 0
# configure:4773: result: yes
# configure:4773: checking for math.h
# configure:4773: result: yes
# configure:4886: checking pthread.h usability
# configure:4886: gcc -c conftest.c >&5
# configure:4886: $? = 0
# configure:4886: result: yes
# configure:4886: checking pthread.h presence
# configure:4886: gcc -E conftest.c
# configure:4886: $? = 0
# configure:4886: result: yes
# configure:4886: checking for pthread.h
# configure:4886: result: yes
# configure:4888: checking for pthread_create in -lpthread
# configure:4913: gcc -o conftest conftest.c -lpthread >&5
# configure:4913: $? = 0
# configure:4922: result: yes
# configure:5211: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Xvid config.status 1.3.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a77b7831d136
#
# config.status:770: creating platform.inc
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_assert_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_signal_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_nasm=yes
# ac_cv_prog_ac_yasm=no
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_sizeof_int_p=8
# ac_cv_target=x86_64-unknown-linux-gnu
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AFLAGS='-I$(
# ALTIVEC_CFLAGS=''
# API_MAJOR='4'
# API_MINOR='3'
# AR='ar'
# ARCHITECTURE='X86_64'
# AS='nasm'
# ASSEMBLY_EXTENSION='asm'
# ASSEMBLY_SOURCES='SRC_X86_64'
# BUS='64BIT'
# CC='gcc'
# CFLAGS='-Wall -O2 -fstrength-reduce -finline-functions -ffast-math -fomit-frame-pointer'
# CPP='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=8 -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='elf64'
# 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='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 -lpthread '
# STATIC_EXTENSION='a'
# STATIC_LIB='libxvidcore.$(STATIC_EXTENSION)'
# ac_ct_CC='gcc'
# ac_nasm='yes'
# ac_yasm='no'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# 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='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# 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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# 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 8
# #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
#
# configure: exit 0