[x265] Issue #555: x265 fails to build with nasm 2.15.01 (multicoreware/x265)

Nomis101 issues-reply at bitbucket.org
Tue Jun 30 20:47:41 CEST 2020


New issue 555: x265 fails to build with nasm 2.15.01
https://bitbucket.org/multicoreware/x265/issues/555/x265-fails-to-build-with-nasm-21501

Nomis101:

x265 does not build with latest nahm version 2.15.01. I’ve tried to build on macOS and it fails after a few seconds. The Buildlog is:

‌

_- cmake version 3.17.3_

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

_- The C compiler identification is AppleClang 12.0.0.12000022_

_- The CXX compiler identification is AppleClang 12.0.0.12000022_

_- Check for working C compiler: /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc_

_- Check for working C compiler: /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - works_

_- Detecting C compiler ABI info_

_- Detecting C compiler ABI info - done_

_- Detecting C compile features_

_- Detecting C compile features - done_

_- Check for working CXX compiler: /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+_

_- Check for working CXX compiler: /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+ - works_

_- Detecting CXX compiler ABI info_

_- Detecting CXX compiler ABI info - done_

_- Detecting CXX compile features_

_- Detecting CXX compile features - done_

_- Detected x86\_64 target processor_

_CMake Warning \(dev\) at /usr/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 \(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:100 \(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 - Success_

_- Performing Test CC\_HAS\_FNO\_EXCEPTIONS\_FLAG_

_- Performing Test CC\_HAS\_FNO\_EXCEPTIONS\_FLAG - Success_

_CMake Warning \(dev\) at /usr/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 \(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:352 \(find\_package\)_

_This warning is for project developers.  Use -Wno-dev to suppress it._

_- Found nasm: /usr/local/bin/nasm \(found version "2.15.01"\)_ 

_- Found Nasm 2.15.01 to build assembly primitives_

_- x265 version 3.4\+9-g98e164d03_

_- The ASM\_NASM compiler identification is NASM_

_- Found assembler: /usr/local/bin/nasm_

_- Looking for strtok\_r_

_- Looking for strtok\_r - found_

_- Looking for include file getopt.h_

_- Looking for include file getopt.h - found_

_- Configuring done_

_- Generating done_

_- Build files have been written to: /Volumes/Developer/x265/build/linux_

  

  

_% make VERBOSE=1_

_/usr/local/bin/cmake -S/Volumes/Developer/x265/source -B/Volumes/Developer/x265/build/linux --check-build-system CMakeFiles/Makefile.cmake 0_

_/usr/local/bin/cmake -E cmake\_progress\_start /Volumes/Developer/x265/build/linux/CMakeFiles /Volumes/Developer/x265/build/linux/CMakeFiles/progress.marks_

_/Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/usr/bin/make  -f CMakeFiles/Makefile2 all_

_/Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/usr/bin/make  -f encoder/CMakeFiles/encoder.dir/build.make encoder/CMakeFiles/encoder.dir/depend_

_cd /Volumes/Developer/x265/build/linux && /usr/local/bin/cmake -E cmake\_depends "Unix Makefiles" /Volumes/Developer/x265/source /Volumes/Developer/x265/source/encoder /Volumes/Developer/x265/build/linux /Volumes/Developer/x265/build/linux/encoder /Volumes/Developer/x265/build/linux/encoder/CMakeFiles/encoder.dir/DependInfo.cmake --color=_

_Dependee "/Volumes/Developer/x265/build/linux/encoder/CMakeFiles/encoder.dir/DependInfo.cmake" is newer than depender "/Volumes/Developer/x265/build/linux/encoder/CMakeFiles/encoder.dir/depend.internal"._

_Dependee "/Volumes/Developer/x265/build/linux/encoder/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Volumes/Developer/x265/build/linux/encoder/CMakeFiles/encoder.dir/depend.internal"._

_Scanning dependencies of target encoder_

_/Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/usr/bin/make  -f encoder/CMakeFiles/encoder.dir/build.make encoder/CMakeFiles/encoder.dir/build_

_\[  1%\] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/analysis.cpp.o -c /Volumes/Developer/x265/source/encoder/analysis.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/analysis.cpp:33:_

_In file included from /Volumes/Developer/x265/source/encoder/analysis.h:30:_

_In file included from /Volumes/Developer/x265/source/common/predict.h:30:_

_In file included from /Volumes/Developer/x265/source/common/quant.h:29:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[  2%\] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/search.cpp.o -c /Volumes/Developer/x265/source/encoder/search.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/search.cpp:30:_

_In file included from /Volumes/Developer/x265/source/encoder/search.h:29:_

_In file included from /Volumes/Developer/x265/source/common/predict.h:30:_

_In file included from /Volumes/Developer/x265/source/common/quant.h:29:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[  3%\] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/bitcost.cpp.o -c /Volumes/Developer/x265/source/encoder/bitcost.cpp_

_\[  4%\] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/motion.cpp.o -c /Volumes/Developer/x265/source/encoder/motion.cpp_

_\[  5%\] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -Wno-strict-overflow -o CMakeFiles/encoder.dir/slicetype.cpp.o -c /Volumes/Developer/x265/source/encoder/slicetype.cpp_

_\[  6%\] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/frameencoder.cpp.o -c /Volumes/Developer/x265/source/encoder/frameencoder.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/frameencoder.cpp:32:_

_In file included from /Volumes/Developer/x265/source/encoder/encoder.h:30:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[  8%\] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/framefilter.cpp.o -c /Volumes/Developer/x265/source/encoder/framefilter.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/framefilter.cpp:28:_

_In file included from /Volumes/Developer/x265/source/encoder/encoder.h:30:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[  9%\] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/level.cpp.o -c /Volumes/Developer/x265/source/encoder/level.cpp_

_\[ 10%\] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/nal.cpp.o -c /Volumes/Developer/x265/source/encoder/nal.cpp_

_\[ 11%\] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/sei.cpp.o -c /Volumes/Developer/x265/source/encoder/sei.cpp_

_\[ 12%\] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/sao.cpp.o -c /Volumes/Developer/x265/source/encoder/sao.cpp_

_\[ 13%\] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/entropy.cpp.o -c /Volumes/Developer/x265/source/encoder/entropy.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/entropy.cpp:27:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[ 15%\] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/dpb.cpp.o -c /Volumes/Developer/x265/source/encoder/dpb.cpp_

_\[ 16%\] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/ratecontrol.cpp.o -c /Volumes/Developer/x265/source/encoder/ratecontrol.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/ratecontrol.cpp:36:_

_In file included from /Volumes/Developer/x265/source/encoder/encoder.h:30:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[ 17%\] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/reference.cpp.o -c /Volumes/Developer/x265/source/encoder/reference.cpp_

_\[ 18%\] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/encoder.cpp.o -c /Volumes/Developer/x265/source/encoder/encoder.cpp_

_In file included from /Volumes/Developer/x265/source/encoder/encoder.cpp:36:_

_In file included from /Volumes/Developer/x265/source/encoder/encoder.h:30:_

_/Volumes/Developer/x265/source/common/scalinglist.h:36:12: warning: declaration_

      _shadows a variable in namespace 'x265' \[-Wshadow\]_

    _enum \{ NUM\_SIZES = 4 \};            // 4x4, 8x8, 16x16, 32x32_

           _^_

_/Volumes/Developer/x265/source/common/cudata.h:51:5: note: previous declaration_

      _is here_

    _NUM\_SIZES_

    _^_

_1 warning generated._

_\[ 19%\] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/api.cpp.o -c /Volumes/Developer/x265/source/encoder/api.cpp_

_\[ 20%\] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o_

_cd /Volumes/Developer/x265/build/linux/encoder && /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c\+\+  -DEXPORT\_C\_API=1 -DHAVE\_INT\_TYPES\_H=1 -DHIGH\_BIT\_DEPTH=0 -DMACOS=1 -DX265\_ARCH\_X86=1 -DX265\_DEPTH=8 -DX265\_NS=x265 -DX86\_64=1 -D\_\_STDC\_LIMIT\_MACROS=1 -I/Volumes/Developer/x265/source/. -I/Volumes/Developer/x265/source/common -I/Volumes/Developer/x265/source/encoder -I/Volumes/Developer/x265/build/linux  -O3 -DNDEBUG -isysroot /Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.16.sdk -mmacosx-version-min=10.15   -Wall -Wextra -Wshadow -std=gnu\+\+98 -fPIC -Wno-array-bounds -ffast-math -mstackrealign -fno-exceptions -Wno-uninitialized -o CMakeFiles/encoder.dir/weightPrediction.cpp.o -c /Volumes/Developer/x265/source/encoder/weightPrediction.cpp_

_\[ 20%\] Built target encoder_

_/Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/usr/bin/make  -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/depend_

_cd /Volumes/Developer/x265/build/linux && /usr/local/bin/cmake -E cmake\_depends "Unix Makefiles" /Volumes/Developer/x265/source /Volumes/Developer/x265/source/common /Volumes/Developer/x265/build/linux /Volumes/Developer/x265/build/linux/common /Volumes/Developer/x265/build/linux/common/CMakeFiles/common.dir/DependInfo.cmake --color=_

_Dependee "/Volumes/Developer/x265/build/linux/common/CMakeFiles/common.dir/DependInfo.cmake" is newer than depender "/Volumes/Developer/x265/build/linux/common/CMakeFiles/common.dir/depend.internal"._

_Dependee "/Volumes/Developer/x265/build/linux/common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/Volumes/Developer/x265/build/linux/common/CMakeFiles/common.dir/depend.internal"._

_Scanning dependencies of target common_

_/Volumes/Developer/Developer/Xcode-beta.app/Contents/Developer/usr/bin/make  -f common/CMakeFiles/common.dir/build.make common/CMakeFiles/common.dir/build_

_\[ 22%\] Building ASM\_NASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o_

_cd /Volumes/Developer/x265/build/linux/common && /usr/local/bin/nasm -f macho64 -DPREFIX -DARCH\_X86\_64=1 -I /Volumes/Developer/x265/source/common/../common/x86/ -DPIC -DHAVE\_ALIGNED\_STACK=1 -DHIGH\_BIT\_DEPTH=0 -DBIT\_DEPTH=8 -DX265\_NS=x265   -o CMakeFiles/common.dir/x86/pixel-a.asm.o /Volumes/Developer/x265/source/common/x86/pixel-a.asm_

_nasm\(33330,0x118f36dc0\) malloc: Incorrect checksum for freed object 0x7f8e18c414c8: probably modified after being freed._

_Corrupt value: 0x0_

_nasm\(33330,0x118f36dc0\) malloc: \*\*\* set a breakpoint in malloc\_error\_break to debug_

_/bin/sh: line 1: 33330 Abort trap: 6           /usr/local/bin/nasm -f macho64 -DPREFIX -DARCH\_X86\_64=1 -I /Volumes/Developer/x265/source/common/../common/x86/ -DPIC -DHAVE\_ALIGNED\_STACK=1 -DHIGH\_BIT\_DEPTH=0 -DBIT\_DEPTH=8 -DX265\_NS=x265 -o CMakeFiles/common.dir/x86/pixel-a.asm.o /Volumes/Developer/x265/source/common/x86/pixel-a.asm_

_make\[2\]: \*\*\* \[common/CMakeFiles/common.dir/x86/pixel-a.asm.o\] Error 134_

_make\[2\]: \*\*\* Deleting file \`common/CMakeFiles/common.dir/x86/pixel-a.asm.o'_

_make\[1\]: \*\*\* \[common/CMakeFiles/common.dir/all\] Error 2_

_make: \*\*\* \[all\] Error 2_

‌




More information about the x265-devel mailing list