>>> Building on exopi-3 under multimedia/xvidcore BDEPENDS = [archivers/bzip2;devel/gmake] DIST = [multimedia/xvidcore:xvidcore-1.3.7.tar.bz2] FULLPKGNAME = xvidcore-1.3.7 Avoided depends for gmake-4.4.1 bzip2-1.0.8p0 distfiles size=698615 >>> Running build in multimedia/xvidcore at 1711446767.25 ===> multimedia/xvidcore ===> Building from scratch xvidcore-1.3.7 ===> xvidcore-1.3.7 depends on: gmake-* -> gmake-4.4.1 ===> xvidcore-1.3.7 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: m pthread ===> found m.10.1 pthread.27.1 ===> Checking files for xvidcore-1.3.7 `/exopi-cvs/ports/distfiles/xvidcore-1.3.7.tar.bz2' is up to date. >> (SHA256) xvidcore-1.3.7.tar.bz2: OK ===> Extracting for xvidcore-1.3.7 ===> Patching for xvidcore-1.3.7 ===> Applying OpenBSD patch patch-build_generic_Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: build/generic/Makefile |--- build/generic/Makefile.orig |+++ build/generic/Makefile -------------------------- Patching file build/generic/Makefile using Plan A... Hunk #1 succeeded at 46. Hunk #2 succeeded at 95. Hunk #3 succeeded at 106. Hunk #4 succeeded at 114. Hunk #5 succeeded at 135. done ===> Applying OpenBSD patch patch-build_generic_configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: build/generic/configure |--- build/generic/configure.orig |+++ build/generic/configure -------------------------- Patching file build/generic/configure using Plan A... Hunk #1 succeeded at 2269. Hunk #2 succeeded at 4384. Hunk #3 succeeded at 4666. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for xvidcore-1.3.7 ===> Configuring for xvidcore-1.3.7 Using /exopi-obj/pobj/xvidcore-1.3.7/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/xvidcore-1.3.7/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking whether to use default CFLAGS... no checking for gcc... cc 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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /exopi-obj/pobj/xvidcore-1.3.7/bin/install -c checking for ranlib... (cached) ranlib checking for ar... (cached) ar checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking whether ln -s works... yes checking for whether to use assembly code... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) 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 stdio.h... (cached) yes checking for signal.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for assert.h... (cached) yes checking for math.h... (cached) yes checking for pthread.h... (cached) yes checking for pthread_create in -lpthread... (cached) yes configure: creating ./config.status config.status: creating platform.inc configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for xvidcore-1.3.7 --------------------------------------------------------------- Object files used for this build --------------------------------------------------------------- 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 --------------------------------------------------------------- Using CFLAGS --------------------------------------------------------------- CFLAGS=-O2 -pipe --------------------------------------------------------------- Target Libraries --------------------------------------------------------------- Shared library: libxvidcore.so.5.0 Static library: libxvidcore.a --------------------------------------------------------------- Install Paths --------------------------------------------------------------- Include Directory: /usr/local/include Library Directory: /usr/local/lib D: =build C: ./decoder.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/decoder.c -o =build/decoder.o C: ./encoder.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/encoder.c -o =build/encoder.o C: ./xvid.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/xvid.c -o =build/xvid.o C: bitstream/bitstream.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/bitstream/bitstream.c -o =build/bitstream/bitstream.o C: bitstream/cbp.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/bitstream/cbp.c -o =build/bitstream/cbp.o C: bitstream/mbcoding.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/bitstream/mbcoding.c -o =build/bitstream/mbcoding.o C: dct/fdct.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/dct/fdct.c -o =build/dct/fdct.o C: dct/idct.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/dct/idct.c -o =build/dct/idct.o C: dct/simple_idct.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/dct/simple_idct.c -o =build/dct/simple_idct.o C: image/colorspace.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/colorspace.c -o =build/image/colorspace.o C: image/image.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/image.c -o =build/image/image.o C: image/interpolate8x8.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/interpolate8x8.c -o =build/image/interpolate8x8.o C: image/font.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/font.c -o =build/image/font.o C: image/postprocessing.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/postprocessing.c -o =build/image/postprocessing.o C: image/qpel.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/qpel.c -o =build/image/qpel.o C: image/reduced.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/image/reduced.c -o =build/image/reduced.o C: motion/estimation_bvop.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/estimation_bvop.c -o =build/motion/estimation_bvop.o C: motion/estimation_common.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/estimation_common.c -o =build/motion/estimation_common.o C: motion/estimation_gmc.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/estimation_gmc.c -o =build/motion/estimation_gmc.o C: motion/estimation_pvop.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/estimation_pvop.c -o =build/motion/estimation_pvop.o C: motion/estimation_rd_based.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/estimation_rd_based.c -o =build/motion/estimation_rd_based.o C: motion/estimation_rd_based_bvop.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/estimation_rd_based_bvop.c -o =build/motion/estimation_rd_based_bvop.o C: motion/gmc.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/gmc.c -o =build/motion/gmc.o C: motion/motion_comp.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/motion_comp.c -o =build/motion/motion_comp.o C: motion/vop_type_decision.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/vop_type_decision.c -o =build/motion/vop_type_decision.o C: motion/sad.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/motion/sad.c -o =build/motion/sad.o C: prediction/mbprediction.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/prediction/mbprediction.c -o =build/prediction/mbprediction.o C: plugins/plugin_single.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_single.c -o =build/plugins/plugin_single.o C: plugins/plugin_2pass1.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_2pass1.c -o =build/plugins/plugin_2pass1.o C: plugins/plugin_2pass2.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_2pass2.c -o =build/plugins/plugin_2pass2.o C: plugins/plugin_lumimasking.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_lumimasking.c -o =build/plugins/plugin_lumimasking.o C: plugins/plugin_dump.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_dump.c -o =build/plugins/plugin_dump.o C: plugins/plugin_psnr.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_psnr.c -o =build/plugins/plugin_psnr.o C: plugins/plugin_ssim.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_ssim.c -o =build/plugins/plugin_ssim.o C: plugins/plugin_psnrhvsm.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/plugins/plugin_psnrhvsm.c -o =build/plugins/plugin_psnrhvsm.o C: quant/quant_h263.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/quant/quant_h263.c -o =build/quant/quant_h263.o C: quant/quant_matrix.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/quant/quant_matrix.c -o =build/quant/quant_matrix.o C: quant/quant_mpeg.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/quant/quant_mpeg.c -o =build/quant/quant_mpeg.o C: utils/emms.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/utils/emms.c -o =build/utils/emms.o C: utils/mbtransquant.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/utils/mbtransquant.c -o =build/utils/mbtransquant.o C: utils/mem_align.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/utils/mem_align.c -o =build/utils/mem_align.o C: utils/mem_transfer.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/utils/mem_transfer.c -o =build/utils/mem_transfer.o C: utils/timer.c cc -c -DARCH_IS_GENERIC -DARCH_IS_64BIT -DARCH_IS_LITTLE_ENDIAN -fPIC -DHAVE_PTHREAD -O2 -pipe ../../src/utils/timer.c -o =build/utils/timer.o L: libxvidcore.a cd =build && ar rc libxvidcore.a 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 && ranlib libxvidcore.a L: libxvidcore.so.5.0 cd =build && cc 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 -o libxvidcore.so.5.0 -shared -fPIC -lm -lpthread --------------------------------------------------------------- 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. --------------------------------------------------------------- >>> Running package in multimedia/xvidcore at 1711446818.16 ===> multimedia/xvidcore ===> Faking installation for xvidcore-1.3.7 /exopi-obj/pobj/xvidcore-1.3.7/bin/install -c -m 644 /exopi-obj/pobj/xvidcore-1.3.7/xvidcore/build/generic/=build/libxvidcore.{a,so*} /exopi-obj/pobj/xvidcore-1.3.7/fake-amd64/usr/local/lib /exopi-obj/pobj/xvidcore-1.3.7/bin/install -c -m 644 /exopi-obj/pobj/xvidcore-1.3.7/xvidcore/src/xvid.h /exopi-obj/pobj/xvidcore-1.3.7/fake-amd64/usr/local/include ===> Building package for xvidcore-1.3.7 Create /exopi-cvs/ports/packages/amd64/all/xvidcore-1.3.7.tgz Creating package xvidcore-1.3.7 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************** | 55% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xvidcore-1.3.7.tgz >>> Running clean in multimedia/xvidcore at 1711446821.22 ===> multimedia/xvidcore ===> Cleaning for xvidcore-1.3.7 >>> Ended at 1711446821.81 max_stuck=6.14/build=50.94/package=3.11/clean=0.62