* Package: media-libs/xvid-1.3.7 * Repository: gentoo * Maintainer: media-video@gentoo.org * USE: arm64 elibc_glibc examples kernel_linux threads userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Will copy sources from /var/tmp/portage/media-libs/xvid-1.3.7/work/xvidcore/build/generic * .arm64: copying to /var/tmp/portage/media-libs/xvid-1.3.7/work/xvidcore/build/generic-.arm64 * .arm64: running multilib-minimal_abi_src_configure checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-linux-gnu checking whether to use default CFLAGS... no checking for aarch64-unknown-linux-gnu-gcc... aarch64-unknown-linux-gnu-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 aarch64-unknown-linux-gnu-gcc accepts -g... yes checking for aarch64-unknown-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking for aarch64-unknown-linux-gnu-ranlib... aarch64-unknown-linux-gnu-ranlib checking for aarch64-unknown-linux-gnu-ar... aarch64-unknown-linux-gnu-ar checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether ln -s works... yes checking for whether to use assembly code... yes checking for architecture type... aarch64 checking how to run the C preprocessor... aarch64-unknown-linux-gnu-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 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 * .arm64: running multilib-minimal_abi_src_compile --------------------------------------------------------------- --------------------------------------------------------------- --------------------------------------------------------------- --------------------------------------------------------------- Using CFLAGS Object files used for this build Target Libraries Install Paths --------------------------------------------------------------- --------------------------------------------------------------- --------------------------------------------------------------- --------------------------------------------------------------- CFLAGS=-march=native -O2 -pipe 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 Shared library: libxvidcore.so.4.3 Include Directory: /usr/include Static library: libxvidcore.a Library Directory: /usr/lib64 D: =build C: ./decoder.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/. C: ./encoder.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/. C: ./xvid.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/. aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/decoder.c -o =build/decoder.o C: bitstream/bitstream.c aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/encoder.c -o =build/encoder.o /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/bitstream aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/xvid.c -o =build/xvid.o aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/bitstream/bitstream.c -o =build/bitstream/bitstream.o C: bitstream/cbp.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/bitstream aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/bitstream/cbp.c -o =build/bitstream/cbp.o C: bitstream/mbcoding.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/bitstream aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/bitstream/mbcoding.c -o =build/bitstream/mbcoding.o C: dct/fdct.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/dct aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/dct/fdct.c -o =build/dct/fdct.o C: dct/idct.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/dct aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/dct/idct.c -o =build/dct/idct.o C: dct/simple_idct.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/dct aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/dct/simple_idct.c -o =build/dct/simple_idct.o C: image/colorspace.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/colorspace.c -o =build/image/colorspace.o C: image/image.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image C: image/interpolate8x8.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/image.c -o =build/image/image.o aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/interpolate8x8.c -o =build/image/interpolate8x8.o C: image/font.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/font.c -o =build/image/font.o C: image/postprocessing.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/postprocessing.c -o =build/image/postprocessing.o C: image/qpel.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/qpel.c -o =build/image/qpel.o C: image/reduced.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/image aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/image/reduced.c -o =build/image/reduced.o C: motion/estimation_bvop.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/estimation_bvop.c -o =build/motion/estimation_bvop.o C: motion/estimation_common.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/estimation_common.c -o =build/motion/estimation_common.o C: motion/estimation_gmc.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/estimation_gmc.c -o =build/motion/estimation_gmc.o C: motion/estimation_pvop.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/estimation_pvop.c -o =build/motion/estimation_pvop.o C: motion/estimation_rd_based.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/estimation_rd_based.c -o =build/motion/estimation_rd_based.o C: motion/estimation_rd_based_bvop.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/estimation_rd_based_bvop.c -o =build/motion/estimation_rd_based_bvop.o C: motion/gmc.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/gmc.c -o =build/motion/gmc.o C: motion/motion_comp.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/motion_comp.c -o =build/motion/motion_comp.o C: motion/vop_type_decision.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/vop_type_decision.c -o =build/motion/vop_type_decision.o C: motion/sad.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/motion aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/motion/sad.c -o =build/motion/sad.o C: prediction/mbprediction.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/prediction aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/prediction/mbprediction.c -o =build/prediction/mbprediction.o C: plugins/plugin_single.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/plugins aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/plugins/plugin_single.c -o =build/plugins/plugin_single.o C: plugins/plugin_2pass1.c /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/plugins aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/plugins/plugin_2pass1.c -o =build/plugins/plugin_2pass1.o {standard input}: Assembler messages: {standard input}:147: Error: selected processor does not support `udot v1.4s,v0.16b,v3.16b' C: plugins/plugin_2pass2.c make: *** [Makefile:106: motion/sad.o] Error 1 make: *** Waiting for unfinished jobs.... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -d =build/plugins aarch64-unknown-linux-gnu-gcc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -march=native -O2 -pipe ../../src/plugins/plugin_2pass2.c -o =build/plugins/plugin_2pass2.o * ERROR: media-libs/xvid-1.3.7::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-libs/xvid-1.3.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-libs/xvid-1.3.7::gentoo'`. * The complete build log is located at '/var/tmp/portage/media-libs/xvid-1.3.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-libs/xvid-1.3.7/temp/environment'. * Working directory: '/var/tmp/portage/media-libs/xvid-1.3.7/work/xvidcore/build/generic-.arm64' * S: '/var/tmp/portage/media-libs/xvid-1.3.7/work/xvidcore/build/generic'