>>> Building on sparc64-0d under multimedia/x265 BDEPENDS = [devel/ninja;lang/gcc/8,-c++;lang/gcc/8,-libs;lang/gcc/8;devel/cmake] DIST = [multimedia/x265:x265_4.1.tar.gz] FULLPKGNAME = x265-4.1 RDEPENDS = [lang/gcc/8,-libs] Avoided depends for cmake-3.31.1v1 ninja-1.11.1p0v0 g++-8.4.0p25 gcc-8.4.0p25 gcc-libs-8.4.0p25 distfiles size=1725279 >>> Running patch in multimedia/x265 at 1733420440.35 ===> multimedia/x265 ===> Building from scratch x265-4.1 ===> x265-4.1 depends on: cmake-* -> cmake-3.31.1v1 ===> x265-4.1 depends on: ninja-* -> ninja-1.11.1p0v0 ===> x265-4.1 depends on: gcc->=8,<9 -> gcc-8.4.0p25 ===> x265-4.1 depends on: g++->=8,<9 -> g++-8.4.0p25 ===> x265-4.1 depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p25 ===> Verifying specs: c m pthread estdc++>=17 pthread estdc++>=19 ===> found c.100.3 m.10.1 pthread.27.1 estdc++.19.0 ===> Checking files for x265-4.1 `/usr/ports/distfiles/x265_4.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for x265-4.1 ===> Patching for x265-4.1 ===> Applying OpenBSD patch patch-source_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/CMakeLists.txt |--- source/CMakeLists.txt.orig |+++ source/CMakeLists.txt -------------------------- Patching file source/CMakeLists.txt using Plan A... Hunk #1 succeeded at 88. Hunk #2 succeeded at 522. done ===> Applying OpenBSD patch patch-source_common_aarch64_asm_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: source/common/aarch64/asm.S |--- source/common/aarch64/asm.S.orig |+++ source/common/aarch64/asm.S -------------------------- Patching file source/common/aarch64/asm.S using Plan A... Hunk #1 succeeded at 107. done ===> Applying OpenBSD patch patch-source_common_aarch64_cpu_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/common/aarch64/cpu.h |--- source/common/aarch64/cpu.h.orig |+++ source/common/aarch64/cpu.h -------------------------- Patching file source/common/aarch64/cpu.h using Plan A... Hunk #1 succeeded at 119. Hunk #2 succeeded at 133. done ===> Applying OpenBSD patch patch-source_common_aarch64_dct_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for aarch64 xonly. | |Index: source/common/aarch64/dct.S |--- source/common/aarch64/dct.S.orig |+++ source/common/aarch64/dct.S -------------------------- Patching file source/common/aarch64/dct.S using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 96. Hunk #3 succeeded at 112. Hunk #4 succeeded at 513. done ===> Applying OpenBSD patch patch-source_common_aarch64_intrapred_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for aarch64 xonly. | |Index: source/common/aarch64/intrapred.S |--- source/common/aarch64/intrapred.S.orig |+++ source/common/aarch64/intrapred.S -------------------------- Patching file source/common/aarch64/intrapred.S using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 77. Hunk #3 succeeded at 135. done ===> Applying OpenBSD patch patch-source_common_cpu_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/common/cpu.cpp |--- source/common/cpu.cpp.orig |+++ source/common/cpu.cpp -------------------------- Patching file source/common/cpu.cpp using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 44. Hunk #3 succeeded at 131. Hunk #4 succeeded at 367. Hunk #5 succeeded at 376. Hunk #6 succeeded at 398. done ===> Applying OpenBSD patch patch-source_common_cpu_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/common/cpu.h |--- source/common/cpu.h.orig |+++ source/common/cpu.h -------------------------- Patching file source/common/cpu.h using Plan A... Hunk #1 succeeded at 48. done ===> Applying OpenBSD patch patch-source_common_x86_x86inc_asm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: source/common/x86/x86inc.asm |--- source/common/x86/x86inc.asm.orig |+++ source/common/x86/x86inc.asm -------------------------- Patching file source/common/x86/x86inc.asm using Plan A... Hunk #1 succeeded at 731. done ===> Applying OpenBSD patch patch-source_test_checkasm-a_asm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: source/test/checkasm-a.asm |--- source/test/checkasm-a.asm.orig |+++ source/test/checkasm-a.asm -------------------------- Patching file source/test/checkasm-a.asm using Plan A... Hunk #1 succeeded at 202. done ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/local/bin/eg++ ===> Compiler link: g++ -> /usr/local/bin/eg++ >>> Running configure in multimedia/x265 at 1733420449.20 ===> multimedia/x265 ===> Generating configure for x265-4.1 ===> Configuring for x265-4.1 -- cmake version 3.31.1 CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy): The OLD behavior for policy CMP0025 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:16 (cmake_policy): The OLD behavior for policy CMP0054 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Warning (dev) at CMakeLists.txt:19 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/obj/ports/x265-4.1/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/obj/ports/x265-4.1/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:20 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- CMAKE_SYSTEM_PROCESSOR value `sparc64` is unknown -- Please add this value near /usr/obj/ports/x265-4.1/x265_4.1/source/CMakeLists.txt:114 CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (NUMA) does not match the name of the calling package (Numa). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindNuma.cmake:43 (find_package_handle_standard_args) CMakeLists.txt:130 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY) -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Performing Test CC_HAS_NO_STRICT_OVERFLOW -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success -- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Failed -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (nasm) does not match the name of the calling package (Nasm). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindNasm.cmake:23 (find_package_handle_standard_args) CMakeLists.txt:504 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find nasm (missing: NASM_EXECUTABLE) -- Looking for getauxval -- Looking for getauxval - not found -- Looking for elf_aux_info -- Looking for elf_aux_info - found -- Could NOT find Hg (missing: HG_EXECUTABLE) -- Could NOT find Git (missing: GIT_EXECUTABLE) -- SOURCE CODE IS FROM x265 GIT ARCHIVED ZIP OR TAR BALL -- GIT ARCHIVAL INFORMATION PROCESSED -- X265 RELEASE VERSION 4.1+1-1d117be -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Configuring done (19.5s) -- Generating done (0.5s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_ASM_YASM_FLAGS_DEBUG CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB ENABLE_TESTS -- Build files have been written to: /usr/obj/ports/x265-4.1/build-sparc64 >>> Running build in multimedia/x265 at 1733420470.91 ===> multimedia/x265 ===> Building for x265-4.1 Change Dir: '/usr/obj/ports/x265-4.1/build-sparc64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/input/input.cpp.o -MF CMakeFiles/cli.dir/input/input.cpp.o.d -o CMakeFiles/cli.dir/input/input.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/input/input.cpp [2/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/input/y4m.cpp.o -MF CMakeFiles/cli.dir/input/y4m.cpp.o.d -o CMakeFiles/cli.dir/input/y4m.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/input/y4m.cpp [3/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/input/yuv.cpp.o -MF CMakeFiles/cli.dir/input/yuv.cpp.o.d -o CMakeFiles/cli.dir/input/yuv.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/input/yuv.cpp [4/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/output.cpp.o -MF CMakeFiles/cli.dir/output/output.cpp.o.d -o CMakeFiles/cli.dir/output/output.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/output.cpp [5/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/raw.cpp.o -MF CMakeFiles/cli.dir/output/raw.cpp.o.d -o CMakeFiles/cli.dir/output/raw.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/raw.cpp [6/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/reconplay.cpp.o -MF CMakeFiles/cli.dir/output/reconplay.cpp.o.d -o CMakeFiles/cli.dir/output/reconplay.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/reconplay.cpp [7/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/y4m.cpp.o -MF CMakeFiles/cli.dir/output/y4m.cpp.o.d -o CMakeFiles/cli.dir/output/y4m.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/y4m.cpp [8/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/yuv.cpp.o -MF CMakeFiles/cli.dir/output/yuv.cpp.o.d -o CMakeFiles/cli.dir/output/yuv.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/yuv.cpp [9/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/x265.cpp.o -MF CMakeFiles/cli.dir/x265.cpp.o.d -o CMakeFiles/cli.dir/x265.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/x265.cpp [10/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/x265cli.cpp.o -MF CMakeFiles/cli.dir/x265cli.cpp.o.d -o CMakeFiles/cli.dir/x265cli.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/x265cli.cpp [11/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/abrEncApp.cpp.o -MF CMakeFiles/cli.dir/abrEncApp.cpp.o.d -o CMakeFiles/cli.dir/abrEncApp.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/abrEncApp.cpp [12/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/analysis.cpp.o -MF encoder/CMakeFiles/encoder.dir/analysis.cpp.o.d -o encoder/CMakeFiles/encoder.dir/analysis.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/analysis.cpp [13/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/search.cpp.o -MF encoder/CMakeFiles/encoder.dir/search.cpp.o.d -o encoder/CMakeFiles/encoder.dir/search.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/search.cpp [14/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/bitcost.cpp.o -MF encoder/CMakeFiles/encoder.dir/bitcost.cpp.o.d -o encoder/CMakeFiles/encoder.dir/bitcost.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/bitcost.cpp [15/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/motion.cpp.o -MF encoder/CMakeFiles/encoder.dir/motion.cpp.o.d -o encoder/CMakeFiles/encoder.dir/motion.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/motion.cpp [16/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -Wno-strict-overflow -MD -MT encoder/CMakeFiles/encoder.dir/slicetype.cpp.o -MF encoder/CMakeFiles/encoder.dir/slicetype.cpp.o.d -o encoder/CMakeFiles/encoder.dir/slicetype.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/slicetype.cpp [17/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o -MF encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o.d -o encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/frameencoder.cpp [18/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/framefilter.cpp.o -MF encoder/CMakeFiles/encoder.dir/framefilter.cpp.o.d -o encoder/CMakeFiles/encoder.dir/framefilter.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/framefilter.cpp [19/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/level.cpp.o -MF encoder/CMakeFiles/encoder.dir/level.cpp.o.d -o encoder/CMakeFiles/encoder.dir/level.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/level.cpp [20/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/nal.cpp.o -MF encoder/CMakeFiles/encoder.dir/nal.cpp.o.d -o encoder/CMakeFiles/encoder.dir/nal.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/nal.cpp [21/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/sei.cpp.o -MF encoder/CMakeFiles/encoder.dir/sei.cpp.o.d -o encoder/CMakeFiles/encoder.dir/sei.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/sei.cpp [22/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/sao.cpp.o -MF encoder/CMakeFiles/encoder.dir/sao.cpp.o.d -o encoder/CMakeFiles/encoder.dir/sao.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/sao.cpp [23/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/entropy.cpp.o -MF encoder/CMakeFiles/encoder.dir/entropy.cpp.o.d -o encoder/CMakeFiles/encoder.dir/entropy.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/entropy.cpp [24/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/dpb.cpp.o -MF encoder/CMakeFiles/encoder.dir/dpb.cpp.o.d -o encoder/CMakeFiles/encoder.dir/dpb.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/dpb.cpp [25/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o -MF encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o.d -o encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/ratecontrol.cpp [26/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/reference.cpp.o -MF encoder/CMakeFiles/encoder.dir/reference.cpp.o.d -o encoder/CMakeFiles/encoder.dir/reference.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/reference.cpp [27/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/encoder.cpp.o -MF encoder/CMakeFiles/encoder.dir/encoder.cpp.o.d -o encoder/CMakeFiles/encoder.dir/encoder.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/encoder.cpp [28/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/api.cpp.o -MF encoder/CMakeFiles/encoder.dir/api.cpp.o.d -o encoder/CMakeFiles/encoder.dir/api.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/api.cpp [29/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o -MF encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o.d -o encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/weightPrediction.cpp [30/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/primitives.cpp.o -MF common/CMakeFiles/common.dir/primitives.cpp.o.d -o common/CMakeFiles/common.dir/primitives.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/primitives.cpp [31/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/pixel.cpp.o -MF common/CMakeFiles/common.dir/pixel.cpp.o.d -o common/CMakeFiles/common.dir/pixel.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/pixel.cpp [32/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/dct.cpp.o -MF common/CMakeFiles/common.dir/dct.cpp.o.d -o common/CMakeFiles/common.dir/dct.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/dct.cpp [33/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/lowpassdct.cpp.o -MF common/CMakeFiles/common.dir/lowpassdct.cpp.o.d -o common/CMakeFiles/common.dir/lowpassdct.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/lowpassdct.cpp [34/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/ipfilter.cpp.o -MF common/CMakeFiles/common.dir/ipfilter.cpp.o.d -o common/CMakeFiles/common.dir/ipfilter.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/ipfilter.cpp [35/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/intrapred.cpp.o -MF common/CMakeFiles/common.dir/intrapred.cpp.o.d -o common/CMakeFiles/common.dir/intrapred.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/intrapred.cpp [36/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/loopfilter.cpp.o -MF common/CMakeFiles/common.dir/loopfilter.cpp.o.d -o common/CMakeFiles/common.dir/loopfilter.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/loopfilter.cpp [37/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/constants.cpp.o -MF common/CMakeFiles/common.dir/constants.cpp.o.d -o common/CMakeFiles/common.dir/constants.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/constants.cpp [38/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-narrowing -MD -MT common/CMakeFiles/common.dir/cpu.cpp.o -MF common/CMakeFiles/common.dir/cpu.cpp.o.d -o common/CMakeFiles/common.dir/cpu.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp FAILED: common/CMakeFiles/common.dir/cpu.cpp.o /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-narrowing -MD -MT common/CMakeFiles/common.dir/cpu.cpp.o -MF common/CMakeFiles/common.dir/cpu.cpp.o.d -o common/CMakeFiles/common.dir/cpu.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp: In function 'long unsigned int x265::x265_getauxval(long unsigned int)': /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:142:9: error: 'errno' was not declared in this scope errno = ret; ^~~~~ /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:142:9: note: 'errno' is defined in header ''; did you forget to '#include '? /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:36:1: +#include #endif /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:142:9: errno = ret; ^~~~~ /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:447:26: warning: unused parameter 'benableavx512' [-Wunused-parameter] uint32_t cpu_detect(bool benableavx512) ~~~~~^~~~~~~~~~~~~ /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp: At global scope: /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:68:13: warning: 'x265::enable512' defined but not used [-Wunused-variable] static bool enable512 = false; ^~~~~~~~~ ninja: build stopped: subcommand failed. *** Error 1 in multimedia/x265 (/usr/ports/devel/cmake/cmake.port.mk:50 'do-build': @cd /usr/obj/ports/x265-4.1/build-sparc64 && exec /usr/b...) *** Error 2 in multimedia/x265 (/usr/ports/infrastructure/mk/bsd.port.mk:3065 '/usr/obj/ports/x265-4.1/build-sparc64/.build_done': @cd /usr/...) *** Error 2 in multimedia/x265 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=x265-4.1; export _LOCKS_HELD=" x265-4.1"; /u...) ===> Exiting multimedia/x265 with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1733420867.31 max_stuck=48.40/patch=8.87/configure=21.71/build=396.46 Error: job failed with 512 on sparc64-0d at 1733420867 >>> Wiping on sparc64-0d under multimedia/x265 BDEPENDS = [devel/ninja;lang/gcc/8,-c++;lang/gcc/8,-libs;lang/gcc/8;devel/cmake] FULLPKGNAME = x265-4.1 RDEPENDS = [lang/gcc/8,-libs] >>> Running clean in multimedia/x265 at 1733436058.20 ===> multimedia/x265 ===> Cleaning for x265-4.1 >>> Ended at 1733436059.32 max_stuck=0.00/clean=1.25 >>> Building on sparc64-0c under multimedia/x265 BDEPENDS = [lang/gcc/8;devel/cmake;lang/gcc/8,-c++;devel/ninja;lang/gcc/8,-libs] DIST = [multimedia/x265:x265_4.1.tar.gz] FULLPKGNAME = x265-4.1 RDEPENDS = [lang/gcc/8,-libs] Avoided depends for cmake-3.31.1v1 g++-8.4.0p25 gcc-8.4.0p25 gcc-libs-8.4.0p25 ninja-1.11.1p0v0 distfiles size=1725279 >>> Running patch in multimedia/x265 at 1733438888.90 ===> multimedia/x265 ===> Building from scratch x265-4.1 ===> x265-4.1 depends on: cmake-* -> cmake-3.31.1v1 ===> x265-4.1 depends on: ninja-* -> ninja-1.11.1p0v0 ===> x265-4.1 depends on: gcc->=8,<9 -> gcc-8.4.0p25 ===> x265-4.1 depends on: g++->=8,<9 -> g++-8.4.0p25 ===> x265-4.1 depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p25 ===> Verifying specs: c m pthread estdc++>=17 pthread estdc++>=19 ===> found c.100.3 m.10.1 pthread.27.1 estdc++.19.0 ===> Checking files for x265-4.1 `/usr/ports/distfiles/x265_4.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for x265-4.1 ===> Patching for x265-4.1 ===> Applying OpenBSD patch patch-source_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/CMakeLists.txt |--- source/CMakeLists.txt.orig |+++ source/CMakeLists.txt -------------------------- Patching file source/CMakeLists.txt using Plan A... Hunk #1 succeeded at 88. Hunk #2 succeeded at 522. done ===> Applying OpenBSD patch patch-source_common_aarch64_asm_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: source/common/aarch64/asm.S |--- source/common/aarch64/asm.S.orig |+++ source/common/aarch64/asm.S -------------------------- Patching file source/common/aarch64/asm.S using Plan A... Hunk #1 succeeded at 107. done ===> Applying OpenBSD patch patch-source_common_aarch64_cpu_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/common/aarch64/cpu.h |--- source/common/aarch64/cpu.h.orig |+++ source/common/aarch64/cpu.h -------------------------- Patching file source/common/aarch64/cpu.h using Plan A... Hunk #1 succeeded at 119. Hunk #2 succeeded at 133. done ===> Applying OpenBSD patch patch-source_common_aarch64_dct_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for aarch64 xonly. | |Index: source/common/aarch64/dct.S |--- source/common/aarch64/dct.S.orig |+++ source/common/aarch64/dct.S -------------------------- Patching file source/common/aarch64/dct.S using Plan A... Hunk #1 succeeded at 32. Hunk #2 succeeded at 96. Hunk #3 succeeded at 112. Hunk #4 succeeded at 513. done ===> Applying OpenBSD patch patch-source_common_aarch64_intrapred_S Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for aarch64 xonly. | |Index: source/common/aarch64/intrapred.S |--- source/common/aarch64/intrapred.S.orig |+++ source/common/aarch64/intrapred.S -------------------------- Patching file source/common/aarch64/intrapred.S using Plan A... Hunk #1 succeeded at 33. Hunk #2 succeeded at 77. Hunk #3 succeeded at 135. done ===> Applying OpenBSD patch patch-source_common_cpu_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/common/cpu.cpp |--- source/common/cpu.cpp.orig |+++ source/common/cpu.cpp -------------------------- Patching file source/common/cpu.cpp using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 44. Hunk #3 succeeded at 131. Hunk #4 succeeded at 367. Hunk #5 succeeded at 376. Hunk #6 succeeded at 398. done ===> Applying OpenBSD patch patch-source_common_cpu_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Add run-time CPU feature detection for FreeBSD / OpenBSD | |Index: source/common/cpu.h |--- source/common/cpu.h.orig |+++ source/common/cpu.h -------------------------- Patching file source/common/cpu.h using Plan A... Hunk #1 succeeded at 48. done ===> Applying OpenBSD patch patch-source_common_x86_x86inc_asm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: source/common/x86/x86inc.asm |--- source/common/x86/x86inc.asm.orig |+++ source/common/x86/x86inc.asm -------------------------- Patching file source/common/x86/x86inc.asm using Plan A... Hunk #1 succeeded at 731. done ===> Applying OpenBSD patch patch-source_test_checkasm-a_asm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: source/test/checkasm-a.asm |--- source/test/checkasm-a.asm.orig |+++ source/test/checkasm-a.asm -------------------------- Patching file source/test/checkasm-a.asm using Plan A... Hunk #1 succeeded at 202. done ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/local/bin/eg++ ===> Compiler link: g++ -> /usr/local/bin/eg++ >>> Running configure in multimedia/x265 at 1733438898.55 ===> multimedia/x265 ===> Generating configure for x265-4.1 ===> Configuring for x265-4.1 -- cmake version 3.31.1 CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy): The OLD behavior for policy CMP0025 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:16 (cmake_policy): The OLD behavior for policy CMP0054 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Warning (dev) at CMakeLists.txt:19 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/obj/ports/x265-4.1/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/obj/ports/x265-4.1/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:20 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- CMAKE_SYSTEM_PROCESSOR value `sparc64` is unknown -- Please add this value near /usr/obj/ports/x265-4.1/x265_4.1/source/CMakeLists.txt:114 CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (NUMA) does not match the name of the calling package (Numa). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindNuma.cmake:43 (find_package_handle_standard_args) CMakeLists.txt:130 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find NUMA (missing: NUMA_ROOT_DIR NUMA_INCLUDE_DIR NUMA_LIBRARY) -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Performing Test CC_HAS_NO_STRICT_OVERFLOW -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success -- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Failed -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (nasm) does not match the name of the calling package (Nasm). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindNasm.cmake:23 (find_package_handle_standard_args) CMakeLists.txt:504 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find nasm (missing: NASM_EXECUTABLE) -- Looking for getauxval -- Looking for getauxval - not found -- Looking for elf_aux_info -- Looking for elf_aux_info - found -- Could NOT find Hg (missing: HG_EXECUTABLE) -- Could NOT find Git (missing: GIT_EXECUTABLE) -- SOURCE CODE IS FROM x265 GIT ARCHIVED ZIP OR TAR BALL -- GIT ARCHIVAL INFORMATION PROCESSED -- X265 RELEASE VERSION 4.1+1-1d117be -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Configuring done (19.2s) -- Generating done (0.5s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_ASM_YASM_FLAGS_DEBUG CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB ENABLE_TESTS -- Build files have been written to: /usr/obj/ports/x265-4.1/build-sparc64 >>> Running build in multimedia/x265 at 1733438919.90 ===> multimedia/x265 ===> Building for x265-4.1 Change Dir: '/usr/obj/ports/x265-4.1/build-sparc64' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/input/input.cpp.o -MF CMakeFiles/cli.dir/input/input.cpp.o.d -o CMakeFiles/cli.dir/input/input.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/input/input.cpp [2/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/input/y4m.cpp.o -MF CMakeFiles/cli.dir/input/y4m.cpp.o.d -o CMakeFiles/cli.dir/input/y4m.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/input/y4m.cpp [3/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/input/yuv.cpp.o -MF CMakeFiles/cli.dir/input/yuv.cpp.o.d -o CMakeFiles/cli.dir/input/yuv.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/input/yuv.cpp [4/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/output.cpp.o -MF CMakeFiles/cli.dir/output/output.cpp.o.d -o CMakeFiles/cli.dir/output/output.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/output.cpp [5/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/raw.cpp.o -MF CMakeFiles/cli.dir/output/raw.cpp.o.d -o CMakeFiles/cli.dir/output/raw.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/raw.cpp [6/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/reconplay.cpp.o -MF CMakeFiles/cli.dir/output/reconplay.cpp.o.d -o CMakeFiles/cli.dir/output/reconplay.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/reconplay.cpp [7/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/y4m.cpp.o -MF CMakeFiles/cli.dir/output/y4m.cpp.o.d -o CMakeFiles/cli.dir/output/y4m.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/y4m.cpp [8/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/output/yuv.cpp.o -MF CMakeFiles/cli.dir/output/yuv.cpp.o.d -o CMakeFiles/cli.dir/output/yuv.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/output/yuv.cpp [9/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/x265.cpp.o -MF CMakeFiles/cli.dir/x265.cpp.o.d -o CMakeFiles/cli.dir/x265.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/x265.cpp [10/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/x265cli.cpp.o -MF CMakeFiles/cli.dir/x265cli.cpp.o.d -o CMakeFiles/cli.dir/x265cli.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/x265cli.cpp [11/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT CMakeFiles/cli.dir/abrEncApp.cpp.o -MF CMakeFiles/cli.dir/abrEncApp.cpp.o.d -o CMakeFiles/cli.dir/abrEncApp.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/abrEncApp.cpp [12/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/analysis.cpp.o -MF encoder/CMakeFiles/encoder.dir/analysis.cpp.o.d -o encoder/CMakeFiles/encoder.dir/analysis.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/analysis.cpp [13/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/search.cpp.o -MF encoder/CMakeFiles/encoder.dir/search.cpp.o.d -o encoder/CMakeFiles/encoder.dir/search.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/search.cpp [14/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/bitcost.cpp.o -MF encoder/CMakeFiles/encoder.dir/bitcost.cpp.o.d -o encoder/CMakeFiles/encoder.dir/bitcost.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/bitcost.cpp [15/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/motion.cpp.o -MF encoder/CMakeFiles/encoder.dir/motion.cpp.o.d -o encoder/CMakeFiles/encoder.dir/motion.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/motion.cpp [16/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -Wno-strict-overflow -MD -MT encoder/CMakeFiles/encoder.dir/slicetype.cpp.o -MF encoder/CMakeFiles/encoder.dir/slicetype.cpp.o.d -o encoder/CMakeFiles/encoder.dir/slicetype.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/slicetype.cpp [17/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o -MF encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o.d -o encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/frameencoder.cpp [18/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/framefilter.cpp.o -MF encoder/CMakeFiles/encoder.dir/framefilter.cpp.o.d -o encoder/CMakeFiles/encoder.dir/framefilter.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/framefilter.cpp [19/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/level.cpp.o -MF encoder/CMakeFiles/encoder.dir/level.cpp.o.d -o encoder/CMakeFiles/encoder.dir/level.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/level.cpp [20/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/nal.cpp.o -MF encoder/CMakeFiles/encoder.dir/nal.cpp.o.d -o encoder/CMakeFiles/encoder.dir/nal.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/nal.cpp [21/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/sei.cpp.o -MF encoder/CMakeFiles/encoder.dir/sei.cpp.o.d -o encoder/CMakeFiles/encoder.dir/sei.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/sei.cpp [22/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/sao.cpp.o -MF encoder/CMakeFiles/encoder.dir/sao.cpp.o.d -o encoder/CMakeFiles/encoder.dir/sao.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/sao.cpp [23/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/entropy.cpp.o -MF encoder/CMakeFiles/encoder.dir/entropy.cpp.o.d -o encoder/CMakeFiles/encoder.dir/entropy.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/entropy.cpp [24/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/dpb.cpp.o -MF encoder/CMakeFiles/encoder.dir/dpb.cpp.o.d -o encoder/CMakeFiles/encoder.dir/dpb.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/dpb.cpp [25/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o -MF encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o.d -o encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/ratecontrol.cpp [26/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/reference.cpp.o -MF encoder/CMakeFiles/encoder.dir/reference.cpp.o.d -o encoder/CMakeFiles/encoder.dir/reference.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/reference.cpp [27/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/encoder.cpp.o -MF encoder/CMakeFiles/encoder.dir/encoder.cpp.o.d -o encoder/CMakeFiles/encoder.dir/encoder.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/encoder.cpp [28/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/api.cpp.o -MF encoder/CMakeFiles/encoder.dir/api.cpp.o.d -o encoder/CMakeFiles/encoder.dir/api.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/api.cpp [29/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-uninitialized -MD -MT encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o -MF encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o.d -o encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/encoder/weightPrediction.cpp [30/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/primitives.cpp.o -MF common/CMakeFiles/common.dir/primitives.cpp.o.d -o common/CMakeFiles/common.dir/primitives.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/primitives.cpp [31/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/pixel.cpp.o -MF common/CMakeFiles/common.dir/pixel.cpp.o.d -o common/CMakeFiles/common.dir/pixel.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/pixel.cpp [32/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/dct.cpp.o -MF common/CMakeFiles/common.dir/dct.cpp.o.d -o common/CMakeFiles/common.dir/dct.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/dct.cpp [33/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/lowpassdct.cpp.o -MF common/CMakeFiles/common.dir/lowpassdct.cpp.o.d -o common/CMakeFiles/common.dir/lowpassdct.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/lowpassdct.cpp [34/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/ipfilter.cpp.o -MF common/CMakeFiles/common.dir/ipfilter.cpp.o.d -o common/CMakeFiles/common.dir/ipfilter.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/ipfilter.cpp [35/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/intrapred.cpp.o -MF common/CMakeFiles/common.dir/intrapred.cpp.o.d -o common/CMakeFiles/common.dir/intrapred.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/intrapred.cpp [36/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/loopfilter.cpp.o -MF common/CMakeFiles/common.dir/loopfilter.cpp.o.d -o common/CMakeFiles/common.dir/loopfilter.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/loopfilter.cpp [37/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -MD -MT common/CMakeFiles/common.dir/constants.cpp.o -MF common/CMakeFiles/common.dir/constants.cpp.o.d -o common/CMakeFiles/common.dir/constants.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/constants.cpp [38/66] /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-narrowing -MD -MT common/CMakeFiles/common.dir/cpu.cpp.o -MF common/CMakeFiles/common.dir/cpu.cpp.o.d -o common/CMakeFiles/common.dir/cpu.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp FAILED: common/CMakeFiles/common.dir/cpu.cpp.o /usr/obj/ports/x265-4.1/bin/c++ -DEXPORT_C_API=1 -DHAVE_ELF_AUX_INFO=1 -DHAVE_INT_TYPES_H=1 -DHIGH_BIT_DEPTH=0 -DPIC -DX265_DEPTH=8 -DX265_NS=x265 -D__STDC_LIMIT_MACROS=1 -I/usr/obj/ports/x265-4.1/x265_4.1/source/. -I/usr/obj/ports/x265-4.1/x265_4.1/source/common -I/usr/obj/ports/x265-4.1/x265_4.1/source/encoder -I/usr/obj/ports/x265-4.1/build-sparc64 -O2 -pipe -DNDEBUG -Wall -Wextra -Wshadow -Wno-class-memaccess -std=gnu++98 -fPIC -fPIC -Wno-array-bounds -ffast-math -fno-exceptions -Wno-narrowing -MD -MT common/CMakeFiles/common.dir/cpu.cpp.o -MF common/CMakeFiles/common.dir/cpu.cpp.o.d -o common/CMakeFiles/common.dir/cpu.cpp.o -c /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp: In function 'long unsigned int x265::x265_getauxval(long unsigned int)': /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:142:9: error: 'errno' was not declared in this scope errno = ret; ^~~~~ /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:142:9: note: 'errno' is defined in header ''; did you forget to '#include '? /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:36:1: +#include #endif /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:142:9: errno = ret; ^~~~~ /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp: In function 'uint32_t x265::cpu_detect(bool)': /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:447:26: warning: unused parameter 'benableavx512' [-Wunused-parameter] uint32_t cpu_detect(bool benableavx512) ~~~~~^~~~~~~~~~~~~ /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp: At global scope: /usr/obj/ports/x265-4.1/x265_4.1/source/common/cpu.cpp:68:13: warning: 'x265::enable512' defined but not used [-Wunused-variable] static bool enable512 = false; ^~~~~~~~~ ninja: build stopped: subcommand failed. *** Error 1 in multimedia/x265 (/usr/ports/devel/cmake/cmake.port.mk:50 'do-build': @cd /usr/obj/ports/x265-4.1/build-sparc64 && exec /usr/b...) *** Error 2 in multimedia/x265 (/usr/ports/infrastructure/mk/bsd.port.mk:3065 '/usr/obj/ports/x265-4.1/build-sparc64/.build_done': @cd /usr/...) *** Error 2 in multimedia/x265 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'build': @lock=x265-4.1; export _LOCKS_HELD=" x265-4.1"; /u...) ===> Exiting multimedia/x265 with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1733439436.11 max_stuck=59.45/patch=9.66/configure=21.35/build=516.30 Error: job failed with 512 on sparc64-0c at 1733439436