Advertisement
Guest User

Untitled

a guest
Apr 9th, 2025
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. set -e; /usr/bin/mkdir -p ./contrib/x265/x265_4.1/8bit; cd ./contrib/x265/x265_4.1/8bit; CC=/usr/bin/gcc CFLAGS="-I/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/include -std=gnu99 -mfpmath=sse -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fstack-protector-strong -D_FORTIFY_SOURCE=2" CXX=/usr/bin/g++ CXXFLAGS="-I/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/include -mfpmath=sse -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fstack-protector-strong -D_FORTIFY_SOURCE=2" CPPFLAGS="-I/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/include " LDFLAGS="-L/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/lib -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -fstack-protector-strong" PKG_CONFIG_PATH="/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/lib/pkgconfig:" cmake -DCMAKE_INSTALL_PREFIX="/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/" -DENABLE_SHARED=OFF -DENABLE_CLI=OFF -DHIGH_BIT_DEPTH=OFF -DEXTRA_LIB="x265_main10.a;x265_main12.a" -DEXTRA_LINK_FLAGS=-L. -DLINKED_10BIT=ON -DLINKED_12BIT=ON -DCMAKE_ASM_NASM_FLAGS=-w-macro-params-legacy -DCMAKE_BUILD_TYPE=Release "/home/marcel/.cache/yay/handbrake-full/src/handbrake/build/contrib/x265/x265_4.1/source/"
  2. -- cmake version 4.0.0
  3. CMake Error at CMakeLists.txt:10 (cmake_policy):
  4. Policy CMP0025 may not be set to OLD behavior because this version of CMake
  5. no longer supports it. The policy was introduced in CMake version 3.0.0,
  6. and use of NEW behavior is now required.
  7.  
  8. Please either update your CMakeLists.txt files to conform to the new
  9. behavior or use an older version of CMake that still supports the old
  10. behavior. Run cmake --help-policy CMP0025 for more information.
  11.  
  12.  
  13. CMake Error at CMakeLists.txt:16 (cmake_policy):
  14. Policy CMP0054 may not be set to OLD behavior because this version of CMake
  15. no longer supports it. The policy was introduced in CMake version 3.1.0,
  16. and use of NEW behavior is now required.
  17.  
  18. Please either update your CMakeLists.txt files to conform to the new
  19. behavior or use an older version of CMake that still supports the old
  20. behavior. Run cmake --help-policy CMP0054 for more information.
  21.  
  22.  
  23. CMake Warning (dev) at CMakeLists.txt:19 (project):
  24. cmake_minimum_required() should be called prior to this top-level project()
  25. call. Please see the cmake-commands(7) manual for usage documentation of
  26. both commands.
  27. This warning is for project developers. Use -Wno-dev to suppress it.
  28.  
  29. -- The C compiler identification is GNU 14.2.1
  30. -- The CXX compiler identification is GNU 14.2.1
  31. -- Detecting C compiler ABI info
  32. -- Detecting C compiler ABI info - done
  33. -- Check for working C compiler: /usr/bin/gcc - skipped
  34. -- Detecting C compile features
  35. -- Detecting C compile features - done
  36. -- Detecting CXX compiler ABI info
  37. -- Detecting CXX compiler ABI info - done
  38. -- Check for working CXX compiler: /usr/bin/g++ - skipped
  39. -- Detecting CXX compile features
  40. -- Detecting CXX compile features - done
  41. CMake Error at CMakeLists.txt:20 (cmake_minimum_required):
  42. Compatibility with CMake < 3.5 has been removed from CMake.
  43.  
  44. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
  45. to tell CMake that the project requires at least <min> but has been updated
  46. to work with policies introduced by <max> or earlier.
  47.  
  48. Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
  49.  
  50.  
  51. -- Configuring incomplete, errors occurred!
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement