==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_4626594e-4eba-43b4-ad72-c479f93a6075]...done ==> Making package: xvidcore 1.3.7-3.2 (Sun Apr 26 19:52:42 2026) ==> Retrieving sources... -> Downloading xvidcore-1.3.7.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0 100 801.6k 100 801.6k 0 0 2.01M 0 0 100 801.6k 100 801.6k 0 0 2.01M 0 0 100 801.6k 100 801.6k 0 0 2.01M 0 0 ==> Validating source files with sha256sums... xvidcore-1.3.7.tar.gz ... Passed ==> Making package: xvidcore 1.3.7-3.2 (Sun Apr 26 17:52:45 2026) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change extra/nasm 3.01-1 5.26 MiB Total Installed Size: 5.26 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing nasm... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found xvidcore-1.3.7.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting xvidcore-1.3.7.tar.gz with bsdtar ==> 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... 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 ranlib... ranlib 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... 3 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 --------------------------------------------------------------- D: =build --------------------------------------------------------------- --------------------------------------------------------------- C: ./decoder.c C: ./encoder.c C: ./xvid.c --------------------------------------------------------------- C: bitstream/bitstream.c Using CFLAGS C: bitstream/cbp.c C: bitstream/mbcoding.c Object files used for this build C: dct/idct.c C: dct/fdct.c C: dct/simple_idct.c Install Paths Target Libraries C: image/colorspace.c C: image/image.c --------------------------------------------------------------- --------------------------------------------------------------- --------------------------------------------------------------- --------------------------------------------------------------- C: image/interpolate8x8.c C: image/font.c C: image/postprocessing.c CFLAGS=-march=x86-64-v3 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/xvidcore -flto=auto -falign-functions=32 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 Include Directory: /usr/include Shared library: libxvidcore.so.4.3 C: image/qpel.c C: image/reduced.c Library Directory: /usr/lib Static library: libxvidcore.a 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 In file included from ../../src/bitstream/bitstream.h:31, from ../../src/bitstream/mbcoding.c:32: ../../src/bitstream/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/bitstream/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/bitstream/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/estimation_common.c:28: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ C: motion/vop_type_decision.c In file included from ../../src/bitstream/bitstream.h:31, from ../../src/decoder.c:40: ../../src/bitstream/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/bitstream/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/bitstream/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/bitstream/bitstream.h:31, from ../../src/bitstream/bitstream.c:30: ../../src/bitstream/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/bitstream/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/bitstream/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ C: motion/sad.c In file included from ../../src/xvid.c:54: ../../src/encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ C: prediction/mbprediction.c In file included from ../../src/encoder.c:33: ../../src/encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/estimation_bvop.c:34: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/gmc.c:28: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ make: *** [Makefile:106: motion/estimation_common.o] Error 1 make: *** Waiting for unfinished jobs.... C: plugins/plugin_single.c make: *** [Makefile:106: bitstream/bitstream.o] Error 1 make: *** [Makefile:106: bitstream/mbcoding.o] Error 1 In file included from ../../src/motion/estimation_pvop.c:33: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/motion_comp.c:29: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ make: *** [Makefile:108: xvid.o] Error 1 In file included from ../../src/motion/estimation_rd_based_bvop.c:32: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/vop_type_decision.c:26: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/estimation_gmc.c:32: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/motion/estimation_rd_based.c:34: ../../src/motion/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/motion/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/motion/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ In file included from ../../src/prediction/mbprediction.c:30: ../../src/prediction/../encoder.h:45:13: error: ‘bool’ cannot be defined via ‘typedef’ 45 | typedef int bool; | ^~~~ ../../src/prediction/../encoder.h:45:13: note: ‘bool’ is a keyword with ‘-std=c23’ onwards ../../src/prediction/../encoder.h:45:1: warning: useless type name in empty declaration 45 | typedef int bool; | ^~~~~~~ make: *** [Makefile:106: decoder.o] Error 1 make: *** [Makefile:106: motion/estimation_bvop.o] Error 1 make: *** [Makefile:106: motion/gmc.o] Error 1 make: *** [Makefile:106: motion/estimation_pvop.o] Error 1 make: *** [Makefile:106: encoder.o] Error 1 make: *** [Makefile:106: motion/estimation_gmc.o] Error 1 make: *** [Makefile:106: motion/estimation_rd_based_bvop.o] Error 1 make: *** [Makefile:106: motion/motion_comp.o] Error 1 make: *** [Makefile:106: motion/vop_type_decision.o] Error 1 make: *** [Makefile:106: prediction/mbprediction.o] Error 1 make: *** [Makefile:106: motion/estimation_rd_based.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_4626594e-4eba-43b4-ad72-c479f93a6075/build