Advertisement
imposerfromamongsus

Untitled

Jan 6th, 2022
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. Compiling atk v0.14.0
  2. error: failed to run custom build command for `jpegxl-sys v0.6.1`
  3.  
  4. Caused by:
  5. process didn't exit successfully: `/home/user/refract/target/release/build/jpegxl-sys-68e7b6f096df0279/build-script-build` (exit status: 101)
  6. --- stdout
  7. CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
  8. CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
  9. HOST_CMAKE_TOOLCHAIN_FILE = None
  10. CMAKE_TOOLCHAIN_FILE = None
  11. CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
  12. CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
  13. HOST_CMAKE_GENERATOR = None
  14. CMAKE_GENERATOR = None
  15. CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
  16. CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
  17. HOST_CMAKE_PREFIX_PATH = None
  18. CMAKE_PREFIX_PATH = None
  19. CMAKE_x86_64-unknown-linux-gnu = None
  20. CMAKE_x86_64_unknown_linux_gnu = None
  21. HOST_CMAKE = None
  22. CMAKE = None
  23. running: "cmake" "/home/user/refract/target/release/build/jpegxl-sys-e9ac36ef9647443a/out/libjxl" "-DCMAKE_SYSTEM_NAME=Linux" "-DBUILD_GMOCK=OFF" "-DBUILD_TESTING=OFF" "-DINSTALL_GTEST=OFF" "-DJPEGXL_ENABLE_TOOLS=OFF" "-DJPEGXL_ENABLE_MANPAGES=OFF" "-DJPEGXL_ENABLE_BENCHMARK=OFF" "-DJPEGXL_ENABLE_EXAMPLES=OFF" "-DJPEGXL_ENABLE_JNI=OFF" "-DJPEGXL_ENABLE_OPENEXR=OFF" "-DJPEGXL_STATIC=ON" "-DCMAKE_INSTALL_PREFIX=/home/user/refract/target/release/build/jpegxl-sys-e9ac36ef9647443a/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release"
  24. -- The C compiler identification is GNU 9.3.0
  25. -- The CXX compiler identification is GNU 9.3.0
  26. -- Check for working C compiler: /usr/bin/cc
  27. -- Check for working C compiler: /usr/bin/cc -- works
  28. -- Detecting C compiler ABI info
  29. -- Detecting C compiler ABI info - done
  30. -- Detecting C compile features
  31. -- Detecting C compile features - done
  32. -- Check for working CXX compiler: /usr/bin/c++
  33. -- Check for working CXX compiler: /usr/bin/c++ -- works
  34. -- Detecting CXX compiler ABI info
  35. -- Detecting CXX compiler ABI info - done
  36. -- Detecting CXX compile features
  37. -- Detecting CXX compile features - done
  38. -- Performing Test JPEGXL_EMSCRIPTEN
  39. -- Performing Test JPEGXL_EMSCRIPTEN - Failed
  40. -- CMAKE_SYSTEM_PROCESSOR is
  41. -- Performing Test CXX_FUZZERS_SUPPORTED
  42. -- Performing Test CXX_FUZZERS_SUPPORTED - Failed
  43. -- Performing Test CXX_CONSTRUCTOR_ALIASES_SUPPORTED
  44. -- Performing Test CXX_CONSTRUCTOR_ALIASES_SUPPORTED - Failed
  45. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  46. -- Configuring incomplete, errors occurred!
  47. See also "/home/user/refract/target/release/build/jpegxl-sys-e9ac36ef9647443a/out/build/CMakeFiles/CMakeOutput.log".
  48. See also "/home/user/refract/target/release/build/jpegxl-sys-e9ac36ef9647443a/out/build/CMakeFiles/CMakeError.log".
  49.  
  50. --- stderr
  51. CMake Error at CMakeLists.txt:56 (if):
  52. if given arguments:
  53.  
  54. "NOT" "APPLE" "AND" "NOT" "WIN32" "AND" "NOT" "HAIKU" "AND" "MATCHES" "x86_64"
  55.  
  56. Unknown arguments specified
  57.  
  58.  
  59. thread 'main' panicked at '
  60. command did not execute successfully, got: exit status: 1
  61.  
  62. build script failed, must exit now', /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.47/src/lib.rs:979:5
  63. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement